/* r.a.d.menu Donley skin */

.RadMenu_Donley 
{
	background: #ececec url('img/mainBg.gif') repeat-x bottom;
	text-align: left;
	font-size: 12px;
}

.RadMenu_Donley .link
{
	text-decoration: none;
	line-height: 25px;
	background: url('img/mainItemArrow.gif') no-repeat left center;
	padding: 4px 5px 0px 10px;
}

.RadMenu_Donley .link:hover,
.RadMenu_Donley .link:hover .text
{
	color:Yellow;
	cursor: hand;
}
.RadMenu_Donley .focused,
.RadMenu_Donley .expanded
{
	color: #000;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_Donley .rootGroup .link
{
	
	width:auto;
	_width:40px;
	min-width:40px;
}


.RadMenu_Donley .text
{
	padding-right: 20px;
	color: #ffffff;
}

/* needed for horizontal scrolling case*/
.RadMenu_Donley .group .horizontal
{
	background: #e9e9e9 none;
}


.RadMenu_Donley .group
{
	background: #ececec url('img/mainBg.gif') repeat;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 2px #676767;
	margin-top:-2px !important;
}


.RadMenu_Donley .group .link
{
	background: none;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #d4d4d4;
	line-height: 22px;
	padding-top: 0px;
}


.RadMenu_Donley .group .first .link 
{
	padding-top: 9px;
	border-top: 0px;
}

.RadMenu_Donley .group .link .text
{
	padding-right: 20px;
}

.RadMenu_Donley .group .link:hover,
.RadMenu_Donley .group .focused,
.RadMenu_Donley .group .expanded
{
	color: black;
}

.RadMenu_Donley .group .level2
{
	background: #e9e9e9;
	margin-top:0px !important;
	border-top: solid 2px #676767;
}

.RadMenu_Donley .group .level2 .first .link, .RadMenu_Donley .group .level2 .last .link,
.RadMenu_Donley .group  .horizontal .first .link,
.RadMenu_Donley .group  .horizontal .first .link:hover,
.RadMenu_Donley .group .horizontal .last .link
{
	padding-top: 0px;
	border-top: solid 1px #d4d4d4;
}


.RadMenu_Donley .leftArrow,
.RadMenu_Donley .rightArrow,
.RadMenu_Donley .topArrow,
.RadMenu_Donley .bottomArrow,
.RadMenu_Donley .leftArrowDisabled,
.RadMenu_Donley .rightArrowDisabled,
.RadMenu_Donley .topArrowDisabled,
.RadMenu_Donley .bottomArrowDisabled
{
	background: #f3f3f3 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
}

.RadMenu_Donley .topArrow,
.RadMenu_Donley .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	border-top: solid 2px #676767
}

.RadMenu_Donley .bottomArrow,
.RadMenu_Donley .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Donley .rightArrow,
.RadMenu_Donley .leftArrow
{
	height:100%;
}

.RadMenu_Donley .rightArrow,
.RadMenu_Donley .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Donley .vertical .separator .text
{
	border-bottom: solid 1px #989898;
}

.RadMenu_Donley .expandLeft,
.RadMenu_Donley .expandRight
{
	background:transparent url(img/mainBg.gif) right center no-repeat;
}

.RadMenu_Donley .link:hover .expandLeft,
.RadMenu_Donley .link:hover .expandRight,
.RadMenu_Donley .focused .expandLeft,
.RadMenu_Donley .focused .expandRight,
.RadMenu_Donley .expanded .expandLeft,
.RadMenu_Donley .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/*right-to-left support*/

.RadMenu_Donley_rtl,
.RadMenu_Donley_rtl *
{
    text-align:right !important;
}

.RadMenu_Donley_rtl .link
{
	background: url('img/mainItemArrow.gif') no-repeat right center;
	padding: 4px 19px 0 5px;
}

.RadMenu_Donley_rtl .link:hover .expandLeft,
.RadMenu_Donley_rtl .link:hover .expandRight
{
    background:none;
}

.RadMenu_Donley_rtl .rootGroup .expandLeft,
.RadMenu_Donley_rtl .rootGroup .expandRight,
.RadMenu_Donley_rtl .group .link:hover .expandLeft,
.RadMenu_Donley_rtl .group .link:hover .expandRight,
.RadMenu_Donley_rtl .vertical .expanded .text
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}

