/* RadMenu Black skin */

.RadMenu_WebBlue 
{

}

.RadMenu_WebBlue_rtl
{
}

.RadMenu_WebBlue_Context
{
	background: none;
	border: 0;
}

.RadMenu_WebBlue a
{
	text-decoration: none;
}

.RadMenu_WebBlue .rmLink
{
	font: normal 14px/51px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff !important;
	padding:0 !important; /* reset the padding on rmLink from internal css */

}

.RadMenu_WebBlue .rmLink:focused,
.RadMenu_WebBlue .rmFocused
{
	outline: 0;
}

.RadMenu_WebBlue .rmRootGroup .rmLink:hover,
.RadMenu_WebBlue .rmRootGroup .rmFocused,
.RadMenu_WebBlue .rmRootGroup .rmExpanded
{
	/*background: transparent url(img/SelectedBgRoot.jpg) repeat-x 0 0;*/
	background-color:Red;
	color: #fff !important;
	border-right: solid 1px #FF4940;
	border-left: solid 1px #B90A00;
}

.RadMenu_WebBlue .rmRootGroup .rmFocused 
{ 
    color:#d1d1d1!important;
}


.RadMenu_WebBlue .rmRootGroup .rmLink
{
	overflow: visible;
	border-right: solid 1px #FF4940;
	border-left: solid 1px #B90A00;

}
.RadMenu_WebBlue .rmRootGroup .rmLast .rmLink /* gets rid of the border on the most left item */
{
	border-right: none;
}

.RadMenu_WebBlue .rmRootGroup .rmFirst .rmLink /* gets rid of the border on the most left item */
{
	border-left: none;
}

.RadMenu_WebBlue .rmRootGroup .rmLink .rmText
{
    margin-right:0px;
	padding: 0px 23px; /*Don't need top or bottom padding because of lineheight;*/
}



.RadMenu_WebBlue .rmGroup
{
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.RadMenu_WebBlue .rmHorizontal
{
	height: 42px;
}

.RadMenu_WebBlue .rmGroup .rmLink
{
	text-decoration: none;
	color: #202B46 !important;
	line-height: 14px;
	font-size: 12px;
	margin:3px;
    border:none;
	text-align:left;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused,
.RadMenu_WebBlue .rmGroup .rmExpanded,
.RadMenu_WebBlue .rmGroup .rmLink:hover .rmText,
.RadMenu_WebBlue .rmGroup .rmFocused .rmText,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmText
{
	background-color: red;
	background-image:none;
	color: #fff !important;
	border:none;
}

.RadMenu_WebBlue .rmGroup .rmFocused, .RadMenu_WebBlue .rmGroup .rmFocused .rmText { 
    color: #bbb !important;
    background: none;
     }

.RadMenu_WebBlue_rtl .rmGroup .rmLink
{
	text-align: right;
	padding-right:0;
}

.RadMenu_WebBlue .rmText
{
	padding: 0;
}

.RadMenu_WebBlue .rmGroup .rmLink .rmText
{
	padding: 6px 50px 7px 24px;
	margin-left: 0;
	margin-right: 0;
}

.RadMenu_WebBlue_rtl .rmGroup .rmLink .rmText
{
	padding: 6px 50px 7px 24px;
	margin-left: 0;
	margin-right: 0;
}

/* <expand arrows styling> */

.RadMenu_WebBlue .rmGroup .rmLink .rmExpandLeft
{
	background: none url(img/ArrowExpandRTL.gif) no-repeat left center;
}

.RadMenu_WebBlue .rmGroup .rmLink .rmExpandRight
{
	background: none url(img/ArrowExpand.gif) no-repeat right center;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmExpandLeft
{
	background: none url(img/ArrowExpandRTL.gif) no-repeat left center;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_WebBlue .rmGroup .rmExpanded .rmExpandRight
{

	background: none url(img/ArrowExpand.gif) no-repeat right center;
}

/* </expand arrows styling> */


.RadMenu_WebBlue .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_WebBlue .rmTopArrowDisabled,
.RadMenu_WebBlue .rmBottomArrowDisabled,
.RadMenu_WebBlue .rmLeftArrowDisabled,
.RadMenu_WebBlue .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #343434 url(img/ArrowScrollUpDown.gif) no-repeat center top;
}

.RadMenu_WebBlue .rmTopArrow
{
	border-top: 1px solid #000;
}

.RadMenu_WebBlue .rmBottomArrow
{
	background-position: center bottom;
	border-bottom: 1px solid #000;
}

.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow
{
	width: 10px;
	height: 20px;
	margin: 0;
	background: #343434 url(img/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_WebBlue .rmRightArrow
{
	border-right: 1px solid #000;
	background-position: right center;
}

.RadMenu_WebBlue .rmLeftArrow
{
	border-left: 1px solid #000;
}



.RadMenu_WebBlue .rmSeparator
{
	background-color: #1f1f1f;
}

.RadMenu_WebBlue .rmHorizontal .rmSeparator
{
	height: 20px;
	margin-top: 8px;
	width: 1px;
	border-left: 1px solid #303030;
}

.RadMenu_WebBlue .rmVertical .rmSeparator
{
	height: 1px;
	border-top: 1px solid #303030;
}

.RadMenu_WebBlue .rmLeftImage
{
	margin: 9px 5px 2px 1px;
}

.RadMenu_WebBlue .rmGroup .rmLeftImage
{
	margin: 2px 5px 0 1px;
}

.RadMenu_WebBlue .rmRootGroup .rmItem .rmDisabled:hover,
.RadMenu_WebBlue .rmRootGroup .rmItem .rmDisabled:hover .rmText
{
	background: none;
}
.RadMenu_WebBlue .rmRootGroup .rmItem .rmDisabled .rmText,
.RadMenu_WebBlue .rmGroup .rmItem .rmDisabled .rmText
{
	color: #333 !important;
	font-weight:bold !important;
	margin:0 !important;
	background-color: #ccc !important;
	background-image: url(img/circle_logo.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 100% -5px !important;
	border: solid 1px #AAA !important;
	
}

.RadMenu_WebBlue .rmGroup .rmItem .rmDisabled .rmText:hover {

    background-image: url(img/circle_logo_hover.gif) !important;
    }

.RadMenu_WebBlue .rmGroup .rmItem .rmDisabled.ABheader .rmText
{
	background-image: url(img/circle_logo_AB.gif) !important;

}  
.RadMenu_WebBlue .rmGroup .rmItem .rmDisabled.ABheader .rmText:hover  {
     background-image: url(img/circle_logo_AB_hover.gif) !important;
}

.RadMenu_WebBlue .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}


