/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlueIlios
{
	padding: 0 0px;
	background: #d5d9de url('img/MenuBackground.gif');
	line-height: 23px;
}

.RadMenu_WebBlueIlios .link
{
	text-decoration:none !important;
	color: white !important;
	font-weight: normal;
	text-align:  center;
	line-height: 23px;
	
}

.RadMenu_WebBlueIlios .link:hover,
.RadMenu_WebBlueIlios .focused,
.RadMenu_WebBlueIlios .expanded
{
	color: #276c9d !important;
	font-weight: normal;
	background: #fefefe url('img/MainItemBackground.gif') repeat-x;
	cursor:pointer;
}

.RadMenu_WebBlueIlios .text
{
	font-size: 11px;
	padding: 0px 10px 0px 10px;
}

.RadMenu_WebBlueIlios .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlueIlios .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 !important;
	min-width: 130px;
}

.RadMenu_WebBlueIlios .group .text
{
	padding-left: 5px;
	font-weight: normal;
	padding-right: 5px;
}

.RadMenu_WebBlueIlios .group .link:hover,
.RadMenu_WebBlueIlios .group .focused,
.RadMenu_WebBlueIlios .group .expanded
{
	background: white;
	color: #5984a2 !important;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_WebBlueIlios .leftArrow,
.RadMenu_WebBlueIlios .rightArrow,
.RadMenu_WebBlueIlios .topArrow,
.RadMenu_WebBlueIlios .bottomArrow,
.RadMenu_WebBlueIlios .leftArrowDisabled,
.RadMenu_WebBlueIlios .rightArrowDisabled,
.RadMenu_WebBlueIlios .topArrowDisabled,
.RadMenu_WebBlueIlios .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WebBlueIlios .topArrow,
.RadMenu_WebBlueIlios .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlueIlios .bottomArrow,
.RadMenu_WebBlueIlios .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlueIlios .rightArrow,
.RadMenu_WebBlueIlios .leftArrow
{
	height:100%;
}

.RadMenu_WebBlueIlios .rightArrow,
.RadMenu_WebBlueIlios .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlueIlios .vertical .separator .text
{
	padding-top: 0px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_WebBlueIlios .expandLeft,
.RadMenu_WebBlueIlios .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlueIlios .link:hover .expandLeft,
.RadMenu_WebBlueIlios .link:hover .expandRight,
.RadMenu_WebBlueIlios .focused .expandLeft,
.RadMenu_WebBlueIlios .focused .expandRight,
.RadMenu_WebBlueIlios .expanded .expandLeft,
.RadMenu_WebBlueIlios .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}