/* r.a.d.menu WebBlue skin */

.RadMenu_WebBlueAS
{
	padding: 0 0px;
	line-height: 23px;
}

.RadMenu_WebBlueAS .link
{
	text-decoration:none;
	color: white;
	font-weight: normal;
	text-align:  center;
	line-height: 23px;
}

.RadMenu_WebBlueAS .link:hover,
.RadMenu_WebBlueAS .focused,
.RadMenu_WebBlueAS .expanded
{
	color: #08265d;
	font-weight: normal;
	background: transparent url('img/MenuHighlight.png') repeat-x;
}
.ContainerLink
{
	cursor:help;
}

.RadMenu_WebBlueAS .text
{
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	cursor:pointer;
}

.RadMenu_WebBlueAS .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_WebBlueAS .group .link
{
	background: #9fc2ee;
	border-bottom: solid 1px #b1d0f8;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #094ea0 !important;
	text-decoration-none;
	min-width: 130px;
	cursor:pointer;
}

.RadMenu_WebBlueAS .group .text
{
	padding-left: 5px;
	font-weight: normal;
	padding-right: 5px;
}

.RadMenu_WebBlueAS .group .link:hover,
.RadMenu_WebBlueAS .group .focused,
.RadMenu_WebBlueAS .group .expanded
{
	background: #ffefe6;
	color: #5984a2;
	font-weight: normal;
	border-bottom: solid 1px #f6f7f9;
}

.RadMenu_WebBlueAS .leftArrow,
.RadMenu_WebBlueAS .rightArrow,
.RadMenu_WebBlueAS .topArrow,
.RadMenu_WebBlueAS .bottomArrow,
.RadMenu_WebBlueAS .leftArrowDisabled,
.RadMenu_WebBlueAS .rightArrowDisabled,
.RadMenu_WebBlueAS .topArrowDisabled,
.RadMenu_WebBlueAS .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_WebBlueAS .topArrow,
.RadMenu_WebBlueAS .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_WebBlueAS .bottomArrow,
.RadMenu_WebBlueAS .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_WebBlueAS .rightArrow,
.RadMenu_WebBlueAS .leftArrow
{
	height:100%;
}

.RadMenu_WebBlueAS .rightArrow,
.RadMenu_WebBlueAS .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_WebBlueAS .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_WebBlueAS .expandLeft,
.RadMenu_WebBlueAS .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_WebBlueAS .link:hover .expandLeft,
.RadMenu_WebBlueAS .link:hover .expandRight,
.RadMenu_WebBlueAS .focused .expandLeft,
.RadMenu_WebBlueAS .focused .expandRight,
.RadMenu_WebBlueAS .expanded .expandLeft,
.RadMenu_WebBlueAS .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}
