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

