/* RadMenu WebBlue skin */

.RadMenu_AFSCMS
{
	height: 25px;
	width: auto;
}

.RadMenu_AFSCMS .link,
.RadMenu_AFSCMS .link:active,
.RadMenu_AFSCMS .link:visited
{
	text-decoration:none;
	color: #000000;
	text-align:  left;
	padding: 4px 13px 4px 13px;
	background:transparent url(Img/arrow-blue.gif) left no-repeat;
	
}

.RadMenu_AFSCMS .link:hover,
.RadMenu_AFSCMS .focused,
.RadMenu_AFSCMS .expanded
{
	color: #ff9933;
	background:transparent url(Img/arrow-orange.gif) left no-repeat;
	padding: 4px 13px 4px 13px;
}

.RadMenu_AFSCMS .text
{
	font-size: 11px;
}

.RadMenu_AFSCMS .group
{
	border-left: 1px solid #b6c5ca;
	border-right: 1px solid #b6c5ca;
	border-bottom: 1px solid #b6c5ca;
	border-top: 0px;
}

.RadMenu_AFSCMS .group .link,
.RadMenu_AFSCMS .group .link:active,
.RadMenu_AFSCMS .group .link:visited
{
	background: #ffffff;
	border-top: 1px solid #b6c5ca;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #000000;
}

.RadMenu_AFSCMS .group .text
{
	padding-right: 20px;
}

.RadMenu_AFSCMS .group .link:hover,
.RadMenu_AFSCMS .group .focused,
.RadMenu_AFSCMS .group .expanded
{
	background-color: #b6c5ca;
	color: #000000;
	border-top: 1px solid #ff9933;
}


.RadMenu_AFSCMS .leftArrow,
.RadMenu_AFSCMS .rightArrow,
.RadMenu_AFSCMS .topArrow,
.RadMenu_AFSCMS .bottomArrow,
.RadMenu_AFSCMS .leftArrowDisabled,
.RadMenu_AFSCMS .rightArrowDisabled,
.RadMenu_AFSCMS .topArrowDisabled,
.RadMenu_AFSCMS .bottomArrowDisabled
{
	background: url('img/arrow-gray.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	overflow:hidden;
}

.RadMenu_AFSCMS .topArrow,
.RadMenu_AFSCMS .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AFSCMS .bottomArrow,
.RadMenu_AFSCMS .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AFSCMS .rightArrow,
.RadMenu_AFSCMS .leftArrow
{
	height:100%;
}

.RadMenu_AFSCMS .rightArrow,
.RadMenu_AFSCMS .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AFSCMS .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_AFSCMS .expandLeft,
.RadMenu_AFSCMS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AFSCMS .link:hover .expandLeft,
.RadMenu_AFSCMS .link:hover .expandRight,
.RadMenu_AFSCMS .focused .expandLeft,
.RadMenu_AFSCMS .focused .expandRight,
.RadMenu_AFSCMS .expanded .expandLeft,
.RadMenu_AFSCMS .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}




/*right-to-left support*/


.RadMenu_AFSCMS_rtl,
.RadMenu_AFSCMS_rtl *
{
    text-align:right !important;
}

.RadMenu_AFSCMS_rtl .group .text
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_AFSCMS_rtl .expandLeft,
.RadMenu_AFSCMS_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_AFSCMS_rtl .link:hover .expandLeft,
.RadMenu_AFSCMS_rtl .link:hover .expandRight,
.RadMenu_AFSCMS_rtl .focused .expandLeft,
.RadMenu_AFSCMS_rtl .focused .expandRight,
.RadMenu_AFSCMS_rtl .expanded .expandLeft,
.RadMenu_AFSCMS_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_AFSCMS_rtl .group .link:hover .expandLeft,
.RadMenu_AFSCMS_rtl .group .link:hover .expandRight,
.RadMenu_AFSCMS_rtl .group .focused .expandLeft,
.RadMenu_AFSCMS_rtl .group .focused .expandRight,
.RadMenu_AFSCMS_rtl .group .expanded .expandLeft,
.RadMenu_AFSCMS_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}