 /* RadMenu AllyE skin */

.RadMenu_AllyE 
{
	background-color: #3d77c0;
}

.RadMenu_AllyE .link
{
	text-decoration:none;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 25px;
	background: #7ab0f6 url('img/NAVimg.jpg') no-repeat top right;
	text-align: center;
}
.RadMenu_AllyE .link:visited,
.RadMenu_AllyE .link:active
{
	color:#FFF;
}


.RadMenu_AllyE .vertical .link
{
	border-right: 1px solid #868485;
}

.RadMenu_AllyE .link:hover
{
	color: #FFFFFF;
	background: #fefefe url('img/menuselected.jpg') no-repeat;
	background-position:right top;
}

.RadMenu_AllyE .rootGroup .disabled:hover
{
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
    text-decoration: none;
}

.RadMenu_AllyE .text
{
	/*color: #FFFFFF;*/
	font-family: Arial, Verdana;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

.RadMenu_AllyE .group
{
	border-right: solid 1px #a9a9a9;
	border-bottom: solid 1px #c9c9c9;
}

.RadMenu_AllyE .group .text
{
	padding-left: 10px;
	padding-right:10px;
	font-weight:normal;
}      

.RadMenu_AllyE .group .link
{
	background: #2e77d5 url('img/spacer.gif') no-repeat;
	border:double 3px #76bafb;
	line-height: 18px;
	min-width:244px;
	text-align: left;
	text-decoration:none;
}

.RadMenu_AllyE .group .first .link:hover,
.RadMenu_AllyE .group .first .expanded
{
	background: #FFF url('img/spacer.gif') no-repeat;
	color:#005dd6;
}

.RadMenu_AllyE .group .link:hover,
.RadMenu_AllyE .group .expanded
{
	background: #FFF url('img/spacer.gif') no-repeat;
	color:#005dd6;
	font-weight:normal;
	text-decoration:none;
}

.RadMenu_AllyE .leftArrow,
.RadMenu_AllyE .rightArrow,
.RadMenu_AllyE .topArrow,
.RadMenu_AllyE .bottomArrow,
.RadMenu_AllyE .leftArrowDisabled,
.RadMenu_AllyE .rightArrowDisabled,
.RadMenu_AllyE .topArrowDisabled,
.RadMenu_AllyE .bottomArrowDisabled
{
	border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #c9c9c9 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_AllyE .topArrow,
.RadMenu_AllyE .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AllyE .bottomArrow,
.RadMenu_AllyE .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AllyE .rightArrow,
.RadMenu_AllyE .leftArrow
{
	height:100%;
}

.RadMenu_AllyE .rightArrow,
.RadMenu_AllyE .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AllyE .vertical .separator .text
{
	padding-top: 3px;
	background: #cdcece url('img/Separator.gif');
	font-size: 1px;
	border-right: 1px solid #e6e6e6;
}

.RadMenu_AllyE .expandLeft,
.RadMenu_AllyE .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:6px;
}

/* right to left */

.RadMenu_AllyE_rtl .vertical *,
.RadMenu_AllyE_rtl .group .link
{
    text-align:right !important;
}

.RadMenu_AllyE_rtl .rootGroup .text
{
    padding-right: 6px;
}

.RadMenu_AllyE_rtl .expandLeft,
.RadMenu_AllyE_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

.RadMenu_AllyE .link:hover .expandLeft,
.RadMenu_AllyE .link:hover .expandRight,
.RadMenu_AllyE .focused .expandLeft,
.RadMenu_AllyE .focused .expandRight,
.RadMenu_AllyE .expanded .expandLeft,
.RadMenu_AllyE .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_AllyE_rtl .link:hover .expandLeft,
.RadMenu_AllyE_rtl .link:hover .expandRight,
.RadMenu_AllyE_rtl .expanded .expandLeft,
.RadMenu_AllyE_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}
