/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	margin-top: 2px;
	padding: 0px;
	position: relative;
	top: 3px;
}

.RadMenu_WebBlue_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_WebBlue a.rmLink
{
	text-decoration:none;
	color: #333;
	font-weight: bold;
	text-align:  center;
	margin-left: 0px;
	margin-right: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #fff;
}

.RadMenu_WebBlue a.rmLink .rmText 
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	line-height: 25px;
	height: 25px;
}

.RadMenu_WebBlue .rmLink:hover,
.RadMenu_WebBlue .rmFocused,
.RadMenu_WebBlue .rmExpanded
{
	color: #FFF;
	font-weight: bold;
	background-color: #0065B3;
}

.RadMenu_WebBlue .rmLink:hover
{
	cursor: hand;
}

.RadMenu_WebBlue .rmExpanded .rmText
{
	color: #FFF;
}

.RadMenu_WebBlue .rmText
{
	font-size: 10px;
	padding: 0px;
}

.RadMenu_WebBlue .rmGroup
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
	background: #F0F2F4;
}

.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: #333;
	min-width: 130px;
}

.RadMenu_WebBlue .rmGroup .rmText
{
	font-weight: normal;
/*	padding-right: 60px; */
}

.RadMenu_WebBlue .rmGroup .rmLink:hover,
.RadMenu_WebBlue .rmGroup .rmFocused,
.RadMenu_WebBlue .rmGroup .rmExpanded
{
	background: #FFF;
	color: #5984A2;
	font-weight: normal;
	border-top: solid 1px #F6F7F9;
}

.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;
}

/*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; */
}
