/* RadMenu WebBlue skin */

.RadMenu_AbInfo
{
	padding: 0 20px;
	background: #0055AA;
	line-height: 20px;
}

.RadMenu_AbInfo .link
{
	text-decoration:none;
	color: white;
	font-weight: bold;
	text-align:  left;
	line-height: 23px;
	width: 80px;
	cursor:pointer;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.RadMenu_AbInfo .link:hover,
.RadMenu_AbInfo .focused,
.RadMenu_AbInfo .expanded
{
	
	font-weight: bold;
	background: #0055AA;
	cursor:pointer;
}

.RadMenu_AbInfo .text
{
	font-size: 11px;
	padding: 0px 3px;
}

.RadMenu_AbInfo .group
{
	border: solid 1px #d2d8de;
	
	border-bottom: 0px;
}

.RadMenu_AbInfo .group .link
{
	background: #0055AA;
	border-top: 0px;
	border-bottom: solid 1px #dde1e4;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #fff;
	min-width: 130px;
	border-collapse:collapse;
	cursor:pointer;
}

.RadMenu_AbInfo .group .text
{
	padding-left: 12px;
	font-weight: normal;
	padding-right: 60px;
}

.RadMenu_AbInfo .group .link:hover,
.RadMenu_AbInfo .group .focused,
.RadMenu_AbInfo .group .expanded
{
	background: white;
	color: #5984a2;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_AbInfo .leftArrow,
.RadMenu_AbInfo .rightArrow,
.RadMenu_AbInfo .topArrow,
.RadMenu_AbInfo .bottomArrow,
.RadMenu_AbInfo .leftArrowDisabled,
.RadMenu_AbInfo .rightArrowDisabled,
.RadMenu_AbInfo .topArrowDisabled,
.RadMenu_AbInfo .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_AbInfo .topArrow,
.RadMenu_AbInfo .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AbInfo .bottomArrow,
.RadMenu_AbInfo .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AbInfo .rightArrow,
.RadMenu_AbInfo .leftArrow
{
	height:100%;
}

.RadMenu_AbInfo .rightArrow,
.RadMenu_AbInfo .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AbInfo .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_AbInfo .expandLeft,
.RadMenu_AbInfo .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AbInfo .link:hover .expandLeft,
.RadMenu_AbInfo .link:hover .expandRight,
.RadMenu_AbInfo .focused .expandLeft,
.RadMenu_AbInfo .focused .expandRight,
.RadMenu_AbInfo .expanded .expandLeft,
.RadMenu_AbInfo .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}