/* RadMenu Default skin */

.RadMenu_TrainingBible 
{
font-family: Arial, Verdana;
font-size: 11px;
background: #5375bd url(img/menubar.png);
font-weight: normal;
}

.RadMenu_TrainingBible .link
{

	text-decoration:none;
	color: #FFFFFF;
	line-height: 22px;	
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.RadMenu_TrainingBible .link:hover,
.RadMenu_TrainingBible .focused,
.RadMenu_TrainingBible .expanded
{
	color: black;
}

.RadMenu_TrainingBible .text
{
	
	padding: 0px 26px;
	
}

.RadMenu_TrainingBible .group
{
	background: white;
	border: solid 1px #e4e4e4;
}

.RadMenu_TrainingBible .group .link
{
	background: #acbdb7 url(img/submenu.png);
	border-top: solid 1px #f0f0f0;
	border-left: 0px;
	border-right: 0px;
	min-width: 120px;
	text-align: left;
color: black;

}

* html .RadMenu_TrainingBible .group .link
{
    width: 120px;
}

.RadMenu_TrainingBible_rtl .group .link
{
	text-align: right;
}

.RadMenu_TrainingBible .group .text
{
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding-left: 12px;
}


.RadMenu_TrainingBible_rtl .group .text
{
	padding-left: 0px;
	padding-right: 12px;
}

.RadMenu_TrainingBible .group .link:hover,
.RadMenu_TrainingBible .group .focused,
.RadMenu_TrainingBible .group .expanded
{
	
	
}

.RadMenu_TrainingBible .leftArrow,
.RadMenu_TrainingBible .rightArrow,
.RadMenu_TrainingBible .topArrow,
.RadMenu_TrainingBible .bottomArrow,
.RadMenu_TrainingBible .leftArrowDisabled,
.RadMenu_TrainingBible .rightArrowDisabled,
.RadMenu_TrainingBible .topArrowDisabled,
.RadMenu_TrainingBible .bottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	background: #efefef url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_TrainingBible .topArrow,
.RadMenu_TrainingBible .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_TrainingBible .bottomArrow,
.RadMenu_TrainingBible .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_TrainingBible .rightArrow,
.RadMenu_TrainingBible .leftArrow
{
	height:100%;
}

.RadMenu_TrainingBible .rightArrow,
.RadMenu_TrainingBible .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_TrainingBible .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_TrainingBible .expandLeft,
.RadMenu_TrainingBible .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_TrainingBible_rtl .expandLeft,
.RadMenu_TrainingBible_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_TrainingBible .link:hover .expandLeft,
.RadMenu_TrainingBible .link:hover .expandRight,
.RadMenu_TrainingBible .focused .expandLeft,
.RadMenu_TrainingBible .focused .expandRight,
.RadMenu_TrainingBible .expanded .expandLeft,
.RadMenu_TrainingBible .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_TrainingBible_rtl .link:hover .expandLeft,
.RadMenu_TrainingBible_rtl .link:hover .expandRight,
.RadMenu_TrainingBible_rtl .focused .expandLeft,
.RadMenu_TrainingBible_rtl .focused .expandRight,
.RadMenu_TrainingBible_rtl .expanded .expandLeft,
.RadMenu_TrainingBible_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}