/* RadMenu AofUI skin */

.RadMenu_AofUI
{
background:  url('img/got.gif') repeat-x;
}

.RadMenu_AofUI .link
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	background:  url('img/got.gif') repeat-x;
	
}

.RadMenu_AofUI .link:hover,
.RadMenu_AofUI .focused,
.RadMenu_AofUI .expanded
{
	background: url('img/gothvr.gif') repeat-x;
	color: #fff ;
	cursor:pointer;
}

.RadMenu_AofUI .text
{
	font-size: 13px;
	padding: 0px 9px;
	font-family: Arial, Verdana, Sans-Serif;
	
}

.RadMenu_AofUI .group
{
	background: #86B300 ;
	border: solid 2px #729600;

}

.RadMenu_AofUI .group .link
{
	background: none;
	border-bottom: solid 1px  #729600;
	float: left;
	text-align: left;
	color: #fff;
	
}

.RadMenu_AofUI .group .text
{
	padding-left: 12px;
}

.RadMenu_AofUI .group .link:hover,
.RadMenu_AofUI .group .focused,
.RadMenu_AofUI .group .expanded
{
	background: #98CA00 ;
	color: #fff;
	
}

.RadMenu_AofUI .leftArrow,
.RadMenu_AofUI .rightArrow,
.RadMenu_AofUI .topArrow,
.RadMenu_AofUI .bottomArrow,
.RadMenu_AofUI .leftArrowDisabled,
.RadMenu_AofUI .rightArrowDisabled,
.RadMenu_AofUI .topArrowDisabled,
.RadMenu_AofUI .bottomArrowDisabled
{
	background: #326dc8 url('img/left.gif') center center no-repeat;
	width: 15px;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_AofUI .topArrow,
.RadMenu_AofUI .topArrowDisabled
{
	background-image:url('img/top.gif');
	width: 100%;
	text-decoration:none;
	color:#326dc8;
}

.RadMenu_AofUI .bottomArrow,
.RadMenu_AofUI .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AofUI .rightArrow,
.RadMenu_AofUI .leftArrow
{
	height:100%;
}

.RadMenu_AofUI .rightArrow,
.RadMenu_AofUI .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AofUI .vertical .separator .text
{
	padding-top: 1px;
	background:	#d0d2d4;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_AofUI .expandLeft,
.RadMenu_AofUI .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_AofUI .link:hover .expandLeft,
.RadMenu_AofUI .link:hover .expandRight,
.RadMenu_AofUI .focused .expandLeft,
.RadMenu_AofUI .focused .expandRight,
.RadMenu_AofUI .expanded .expandLeft,
.RadMenu_AofUI .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_AofUI .rootGroup .disabled,
.RadMenu_AofUI .rootGroup .disabled:hover
{
    color:#999;
}

.RadMenu_AofUI .rootGroup .disabled:hover
{
    background:#E9E9E9 url(img/MainItemBackground.gif) repeat-x;
}

.RadMenu_AofUI .group .disabled,
.RadMenu_AofUI .group .disabled:hover
{
    background: transparent;
    border: none;
    color: #999;
}

/* right to left */

.RadMenu_AofUI_rtl *
{
    text-align:right !important;
}

.RadMenu_AofUI_rtl .rootGroup
{
    width:100%;
}

.RadMenu_AofUI_rtl .vertical .link:hover .expandLeft,
.RadMenu_AofUI_rtl .vertical .link:hover .expandRight,
.RadMenu_AofUI_rtl .vertical .focused .text,
.RadMenu_AofUI_rtl .vertical .expanded .text
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
}

.RadMenu_AofUI_rtl .expandLeft,
.RadMenu_AofUI_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
}
