/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlue
{
	padding: 0 0px;
	background: #FFFFFF url('../../../../images/menubar_bg.jpg') repeat-x;
	height:32px;
	padding-top:20px;

	width:900px;
	color:#FFFFFF;
	vertical-align:baseline;
	font-size:1em;
	
}

.RadMenu_WebBlue .link
{
	text-decoration:none;
	font-weight: bold;
	text-align:  center;
	color:#FFFFFF;
	padding-bottom:12px;

	
}

.RadMenu_WebBlue .link:hover,
.RadMenu_WebBlue .focused,
.RadMenu_WebBlue .expanded
{
	
	font-weight: bold;
	color:#C0C0C0;
}

.RadMenu_WebBlue .text
{
		
	padding: 0px 15px;
}

.RadMenu_WebBlue .group
{
	
	border-top: none;
	font-size:1em;
	

}

.RadMenu_WebBlue .group .link:hover,
.RadMenu_WebBlue .group .focused,
.RadMenu_WebBlue .group .expanded
{
	
	font-weight: bold;
	color:#C0C0C0;-top: none;
	font-size:1em;
	

}

.RadMenu_WebBlue .group .link
{
	background: #101660;
	border:none;
padding:5px;
	width: auto;
	text-align: left;
	color: #FFFFFF;
	min-width: 130px;
		text-decoration:none;
	font-weight: bold;
}

.RadMenu_WebBlue .group .text
{
	padding:6px 60px 6px 12px;

		text-decoration:none;
	font-weight: bold;
}





.RadMenu_WebBlue .topArrow,
.RadMenu_WebBlue .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlue .bottomArrow,
.RadMenu_WebBlue .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .leftArrow
{
	height:100%;
}

.RadMenu_WebBlue .rightArrow,
.RadMenu_WebBlue .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlue .vertical .separator .text
{
	padding-top: 3px;
	background: #101660 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlue .expandLeft,
.RadMenu_WebBlue .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlue .link:hover .expandLeft,
.RadMenu_WebBlue .link:hover .expandRight,
.RadMenu_WebBlue .focused .expandLeft,
.RadMenu_WebBlue .focused .expandRight,
.RadMenu_WebBlue .expanded .expandLeft,
.RadMenu_WebBlue .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}