        /* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	line-height: 26px;
}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	width:110px;
	height:28px;
	background-image:url('img/btnOff.gif');
	padding-left:40px;
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	width:110px;
	height:28px;
	background-image:url('img/btnOver.gif');
	padding-left:40px;
	background-repeat:no-repeat;
}

.RadMenu_WebBlue .selected,
.RadMenu_WebBlue .selected .link:hover
{
	text-decoration:none!important;
	color: #000000!important;
	font-weight: bold!important;
	width:110px!important;
	height:28px!important;
	background-image:url('img/btnOn.gif')!important;
	padding-left:40px!important;
	background-repeat:no-repeat!important;

}



.RadMenu_WebBlue .text
{
	font-size: 10px;
}

.RadMenu_WebBlue .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlue .group .link
{
	background: #f0f2f4;
	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: 75px;
}

.RadMenu_WebBlue .group .text
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 20px;
}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	background: white;
	color: #5984a2;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

