/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlue {
	/* background: #d5d9de url(  'img/MenuBackground.gif' ) repeat-x; */
	line-height: 35px;
	background-color: #FFF;
	border-right:1px solid #6B6F58;
	font-family: Tahoma;
}

/* div.RadMenu_WebBlue ul.rootGroup {
	margin: 0px auto;
	text-align: center;
	width: auto;
	border-left: 1px solid silver;
} */

.RadMenu_WebBlue .link {
	border-left: 1px solid #6B6F58;
	color: #660000;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	padding: 0 20px 0 21px;
}

.RadMenu_WebBlue .link:hover, .RadMenu_WebBlue .focused, .RadMenu_WebBlue .expanded {
	/* background: #fefefe url(  'img/MainItemBackground.gif' ) repeat-x; */
	color: #EADDD1;
	background-color: #660000;
	font-weight: bold;
}

.RadMenu_WebBlue .text {
	font-size: 13px;
	margin: 0px 19px;
}

.RadMenu_WebBlue .group {
	border: solid 1px #6B6F58;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlue .group .link {
	background: #E2E3DD;
	border-left: none;
	border-top: solid 1px #8E9181;
	height: 25px;
	line-height: 25px;
	width: 200px;
	color: #333;
	padding: 0;
}

.RadMenu_WebBlue .group .text {
	padding-left: 2px;
	font-weight: normal;
	padding-right: 10px;
}

.RadMenu_WebBlue .group .link:hover, .RadMenu_WebBlue .group .focused, .RadMenu_WebBlue .group .expanded {
	background: #660000;
	color: White;
	font-weight: normal;
}

