/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 0 30px;
	background: #d5d9de url(MenuWebBlue/MenuBackground.gif);
	line-height: 21px;
	z-index:2000; /* Bugfix: menu overlayed modal radwindows.*/ 

}

.RadMenu_WebBlue_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_WebBlue .rmLink
{
	text-decoration:none;
	color: #383E6E;
	font-weight: bold;
	text-align:  center;
	line-height: 21px;
	width: 130px;
	border-left:1px solid #b1b2ba;
}

.RadMenu_WebBlue .rmLink:hover,
.RadMenu_WebBlue .rmFocused,
.RadMenu_WebBlue .rmExpanded
{
	color: #383E6E;
	font-weight: bold;
	
	/*background: #fefefe url(MenuWebBlue/MainItemBackground.gif) repeat-x;*/
}

.RadMenu_WebBlue .rmText
{
	font-size: 11px;
	padding: 0px 24px;
}

.RadMenu_WebBlue .rmGroup
{
	border:1px solid #b1b2ba;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlue .rmGroup .rmLink 
{
	BORDER-RIGHT: 0px; 
	BORDER-TOP:#dedfe7 1px solid; 
	MIN-WIDTH: 130px; 
	BACKGROUND: #d7d8e2; 
	BORDER-LEFT: 0px; 
	WIDTH: auto; 
	COLOR: #383e6e; 
	BORDER-BOTTOM: #b1b2ba 1px solid; 
	TEXT-ALIGN: left
}

.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: url(MenuWebBlue/sub_bg.gif) bottom #f0f1f6;
	color: #191F42;
	font-weight: normal;
}

.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: #383E6E url(MenuWebBlue/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(MenuWebBlue/top.gif);
	width:100%;
}

.RadMenu_WebBlue .rmBottomArrow,
.RadMenu_WebBlue .rmBottomArrowDisabled
{
	background-image:url(MenuWebBlue/bottom.gif);
	width:100%;
}

.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmLeftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rmRightArrow,
.RadMenu_WebBlue .rmRightArrowDisabled
{
	background-image: url(MenuWebBlue/right.gif);
}

.RadMenu_WebBlue .rmVertical .rmSeparator
{
	background: #f7f7f7;
	font-size: 0;
	border-top:0;
	border-bottom:0;
	line-height: 0;
}

.RadMenu_WebBlue .rmExpandLeft,
.RadMenu_WebBlue .rmExpandRight
{
	background:transparent url(MenuWebBlue/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(MenuWebBlue/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(MenuWebBlue/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(MenuWebBlue/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(MenuWebBlue/left.gif) left center no-repeat;
}

