/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 0 0px;
	background: #d5d9de url(Menu/MenuBackground.gif);
	line-height: 23px;
}

.RadMenu_WebBlue_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_WebBlue a.rmLink
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align:  center;
	line-height: 21px;
	width: 100px;
	border-right: 1px solid #d2d8de;
}

.RadMenu_WebBlue .rmLink:hover,
.RadMenu_WebBlue .rmFocused,
.RadMenu_WebBlue .rmExpanded
{
	color: white;
	font-weight: bold;
	background: #fefefe url(Menu/MainItemBackground.gif) repeat-x;
}

.RadMenu_WebBlue .rmText
{
	font-size: 11px;
	padding: 0px 14px;
}

.RadMenu_WebBlue .rmGroup
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
	background: #EFEFEF;
}

.RadMenu_WebBlue .rmGroup .rmLink
{
	border-top: solid 1px #f6f7f9;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #204890;

	min-width: 40px;
}

.RadMenu_WebBlue .rmGroup .rmText
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 60px;
}

.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused,
.RadMenu_WebBlue .rmGroup .rmExpanded
{
	background: #F9F9F9;
	color: #CF2724;


	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_WebBlue .rmLeftArrow,
.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmLeftArrowDisabled,
.RadMenu_WebBlue .rmRightArrowDisabled,
.RadMenu_WebBlue .rmTopArrowDisabled,
.RadMenu_WebBlue .rmBottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_WebBlue .rmTopArrow,
.RadMenu_WebBlue .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmLeftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_WebBlue .rmVertical .rmSeparator
{
	padding-top: 3px;
	background: #f7f7f7 url(Menu/Separator.gif) no-repeat right;
	font-size: 0;
	border-top:0;
	border-bottom:0;
	line-height: 0;
}

.RadMenu_WebBlue .rmExpandLeft,
.RadMenu_WebBlue .rmExpandRight
{
	background:transparent url(Menu/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue .rmLink:hover .rmExpandRight,
.RadMenu_WebBlue .rmFocused .rmExpandLeft,
.RadMenu_WebBlue .rmFocused .rmExpandRight,
.RadMenu_WebBlue .rmExpanded .rmExpandLeft,
.RadMenu_WebBlue .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_WebBlue_rtl,
.RadMenu_WebBlue_rtl *
{
    text-align:right !important;
}

.RadMenu_WebBlue_rtl .rmGroup .rmText
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_WebBlue_rtl .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_WebBlue_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmLink:hover .rmExpandRight,
.RadMenu_WebBlue_rtl .rmFocused .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmFocused .rmExpandRight,
.RadMenu_WebBlue_rtl .rmExpanded .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_WebBlue_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_WebBlue_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup .rmFocused .rmExpandRight,
.RadMenu_WebBlue_rtl .rmGroup .rmExpanded .rmExpandLeft,
.RadMenu_WebBlue_rtl .rmGroup .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/left.gif) left center no-repeat;
}

.RadMenu_WebBlue a.rmDisabled,
.RadMenu_WebBlue .rmDisabled:hover
{
    background: none;
    color: #ccc;
}