/* RadMenu MBAA skin */
.RadMenu_MBAA .item .separator
{
	padding:0px;
	margin:0;
}
.RadMenu_MBAA
{
	padding: 0;
	background-color:Transparent;
	line-height:22px;
}
.RadMenu_MBAA .Awesome
{
	width:22px;
	height:22px;
	background-image:url(img/MBAA_Menu_Sep.gif);
}
.RadMenu_MBAA .link,
.RadMenu_MBAA .link:visited
{
	text-decoration:none;
	color:#503a3a;
	font-weight: bold;
	text-align:  center;
}

.RadMenu_MBAA .link:hover,
.RadMenu_MBAA .focused,
.RadMenu_MBAA .expanded
{
	color: #9E0039;
	font-weight: bold;
	cursor:pointer;
}

.RadMenu_MBAA .text
{
	font-size: 11px;
	font-family:Times New Roman;
	padding:0 5px 0 5px;
	text-align:left;
}
.RadMenu_MBAA .expandTop,
.RadMenu_MBAA .link
{
	background-image:url(img/Menu_BG.gif);
}
.RadMenu_MBAA .group
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_MBAA .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;
	min-width: 130px;
}

.RadMenu_MBAA .group .text
{
	font-weight: normal;
}

.RadMenu_MBAA .group .link:hover,
.RadMenu_MBAA .group .focused,
.RadMenu_MBAA .group .expanded
{
	background: white;
	color: #5984a2;
	font-weight: normal;
	border-top: solid 1px #f6f7f9;
}

.RadMenu_MBAA .leftArrow,
.RadMenu_MBAA .rightArrow,
.RadMenu_MBAA .topArrow,
.RadMenu_MBAA .bottomArrow,
.RadMenu_MBAA .leftArrowDisabled,
.RadMenu_MBAA .rightArrowDisabled,
.RadMenu_MBAA .topArrowDisabled,
.RadMenu_MBAA .bottomArrowDisabled
{
	border-left: 1px solid #d2d8de;
	border-left: 1px solid #d2d8de;
	background: #889bb0 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	color:#889bb0;
	overflow:hidden;
}

.RadMenu_MBAA .topArrow,
.RadMenu_MBAA .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MBAA .bottomArrow,
.RadMenu_MBAA .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MBAA .rightArrow,
.RadMenu_MBAA .leftArrow
{
	height:100%;
}

.RadMenu_MBAA .rightArrow,
.RadMenu_MBAA .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MBAA .vertical .separator .text
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Menu_Sep.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_MBAA .expandLeft,
.RadMenu_MBAA .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_MBAA .link:hover .expandLeft,
.RadMenu_MBAA .link:hover .expandRight,
.RadMenu_MBAA .focused .expandLeft,
.RadMenu_MBAA .focused .expandRight,
.RadMenu_MBAA .expanded .expandLeft,
.RadMenu_MBAA .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_MBAA_rtl,
.RadMenu_MBAA_rtl *
{
    text-align:right !important;
}

.RadMenu_MBAA_rtl .group .text
{
}

.RadMenu_MBAA_rtl .expandLeft,
.RadMenu_MBAA_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_MBAA_rtl .link:hover .expandLeft,
.RadMenu_MBAA_rtl .link:hover .expandRight,
.RadMenu_MBAA_rtl .focused .expandLeft,
.RadMenu_MBAA_rtl .focused .expandRight,
.RadMenu_MBAA_rtl .expanded .expandLeft,
.RadMenu_MBAA_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_MBAA_rtl .group .link:hover .expandLeft,
.RadMenu_MBAA_rtl .group .link:hover .expandRight,
.RadMenu_MBAA_rtl .group .focused .expandLeft,
.RadMenu_MBAA_rtl .group .focused .expandRight,
.RadMenu_MBAA_rtl .group .expanded .expandLeft,
.RadMenu_MBAA_rtl .group .expanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}