/* RadMenu WebBlue skin */

.RadMenu_WebBlue
{
	line-height: 23px;
}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	color: #2057c4;
	font-weight: bold;
	text-align:  center;
	line-height: 23px;
	padding: 0px 18px 0px 18px;
	background-color: #72b84c;
	color: White;
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	color: white;
	font-weight: bold;
	background: #5a9739;
	line-height: 23px;
}

.RadMenu_WebBlue .selected,
.RadMenu_WebBlue .selected .link:hover
{
	color: white !important;
	font-weight: bold !important;
	background: #437727 !important;
	line-height: 23px !important;
}

.RadMenu_WebBlue .text
{
	font-size: 11px;
}

.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;
}

