/* RadMenu WebBlue skin */

.RadMenu_AfsCMS2
{
	background-color: #231f20;
	line-height: 28px;
	text-transform: uppercase;
	width: 605px;
}

.RadMenu_AfsCMS2 .link,
.RadMenu_AfsCMS2 .link:active,
.RadMenu_AfsCMS2 .link:visited
{
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	text-align:  center;
	line-height: 28px;
	padding-left: 13px;
	padding-right: 13px
}

.RadMenu_AfsCMS2 .link:hover,
.RadMenu_AfsCMS2 .focused,
.RadMenu_AfsCMS2 .expanded
{
	color: #fff;
	font-weight: bold;
	background-color: #8874af
}

.RadMenu_AfsCMS2 .text
{
	font-size: 11px;
	font-weight: bold
}

.RadMenu_AfsCMS2 .group
{
	border: solid 1px #231f20;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_AfsCMS2 .group .link
{
	background: #231f20;
	border-bottom: solid 1px #8874af;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #ffffff;
	min-width: 120px;
	text-transform: uppercase;
	font-weight: bold

}

.RadMenu_AfsCMS2 .group .text
{
	font-weight: bold;
	padding-right: 20px;
}

.RadMenu_AfsCMS2 .group .link:hover,
.RadMenu_AfsCMS2 .group .focused,
.RadMenu_AfsCMS2 .group .expanded
{
	background-color: #8874af;
	color: #fff;
	font-weight: normal;
	border-top: solid 1px #fffffff;
	
}

/*
.RadMenu_AfsCMS2 .leftArrow,
.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .topArrow,
.RadMenu_AfsCMS2 .bottomArrow,
.RadMenu_AfsCMS2 .leftArrowDisabled,
.RadMenu_AfsCMS2 .rightArrowDisabled,
.RadMenu_AfsCMS2 .topArrowDisabled,
.RadMenu_AfsCMS2 .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_AfsCMS2 .topArrow,
.RadMenu_AfsCMS2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AfsCMS2 .bottomArrow,
.RadMenu_AfsCMS2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .leftArrow
{
	height:100%;
}

.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AfsCMS2 .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_AfsCMS2 .expandLeft,
.RadMenu_AfsCMS2 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AfsCMS2 .link:hover .expandLeft,
.RadMenu_AfsCMS2 .link:hover .expandRight,
.RadMenu_AfsCMS2 .focused .expandLeft,
.RadMenu_AfsCMS2 .focused .expandRight,
.RadMenu_AfsCMS2 .expanded .expandLeft,
.RadMenu_AfsCMS2 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}


*/

/*right-to-left support*/

/*
.RadMenu_AfsCMS2_rtl,
.RadMenu_AfsCMS2_rtl *
{
    text-align:right !important;
}

.RadMenu_AfsCMS2_rtl .group .text
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_AfsCMS2_rtl .expandLeft,
.RadMenu_AfsCMS2_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_AfsCMS2_rtl .link:hover .expandLeft,
.RadMenu_AfsCMS2_rtl .link:hover .expandRight,
.RadMenu_AfsCMS2_rtl .focused .expandLeft,
.RadMenu_AfsCMS2_rtl .focused .expandRight,
.RadMenu_AfsCMS2_rtl .expanded .expandLeft,
.RadMenu_AfsCMS2_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_AfsCMS2_rtl .group .link:hover .expandLeft,
.RadMenu_AfsCMS2_rtl .group .link:hover .expandRight,
.RadMenu_AfsCMS2_rtl .group .focused .expandLeft,
.RadMenu_AfsCMS2_rtl .group .focused .expandRight,
.RadMenu_AfsCMS2_rtl .group .expanded .expandLeft,
.RadMenu_AfsCMS2_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

*/