/* r.a.d.menu Web 2.0 skin */
.RadMenu_webSection1 
{
	width:890px;
	background-image:url(../../../../Images/ui/navBg1.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	font-size:85%
}
.RadMenu_webSection1 .link,
.RadMenu_webSection1 .link:visited
{	
	text-decoration: none;
	color:#fff;
	padding:8px 10px 7px 10px;
	cursor:pointer;
	text-align:center;
	background-image:url(../../../../Images/ui/navOff.jpg);
	background-position:center;
	margin-right:6px;
	width:122px;
	
}	

.RadMenu_webSection1 .focused,
.RadMenu_webSection1 .expanded,
.RadMenu_webSection1 .expanded:visited
{
	color: #ffffff;
	background-color:#e650b8;
	
}
.RadMenu_webSection1 .link:hover {
	background-image:url(../../../../Images/ui/navOn.jpg);
	text-decoration: none;
	color:#fff;

}
.RadMenu_webSection1 .group
{
	color:#fff;
	text-align:left;
	font-size: 105%;
}
.RadMenu_webSection1 .group .link
{
	background-color: #e650b8;
	padding:5px 20px 5px 10px;
	color:#fff;
	width:auto;
	text-align:left;
	border-bottom: solid 1px #0C348C;
}


.RadMenu_webSection1 .group .link:hover,
.RadMenu_webSection1 .group .focused,
.RadMenu_webSection1 .group .link:visited,
.RadMenu_webSection1 .group .expanded
{
	cursor:pointer;
	background-color: #EE86CF;
	text-align:left;
	

}


