/* RadMenu Husad skin */
.RadMenu_Husad
{
	background: #ffffff;
	text-align: right;
	color: #7b7b7b;
	font-size: 12px;
	width: 201px;
	border-right: 1px solid #cccccc;
	float: right;
	margin-right: 1px;
}


.RadMenu_Husad .link
{
	text-decoration:none;
	color: black;
	line-height: 20px;
	font-size: 12px;
	/* border-bottom: 1px solid #cccccc; */
	/*border-top: 3px solid #d4cbb7; */
}

.RadMenu_Husad .link .text
{
	padding-right: 20px;
}

.RadMenu_Husad .link:hover,
.RadMenu_Husad .focused,
.RadMenu_Husad .expanded
{
	background: #ffffff;
	/* border-bottom: 1px solid #cccccc; */
	color: #057aaa;
}

.RadMenu_Husad .link:hover .text,
.RadMenu_Husad .focused .text,
.RadMenu_Husad .expanded .text
{
/*	border-top: 1px solid #f3f0eb; */
font-size: 12px;
}

.RadMenu_Husad .rootGroup .disabled:hover
{
	/* border-bottom: 1px solid #cccccc; */
	/* border-top: 2px solid #d4cbb7; */
	background: #d4cbb7;
	font-size: 12px;
}

.RadMenu_Husad .rootGroup .disabled:hover .text
{
	width: 200px;
	
}

.RadMenu_Husad .text
{
	padding: 0px 15px;
	font-size: 12px;
}

.RadMenu_Husad .group
{
	background: white;
	border: 0px;
}

.RadMenu_Husad .group .link
{
	background: #efebe4;
/*	border: solid 1px #e3d5bf;
	border-top-color: white; */
	padding-right: 0px;
	text-align: left;
}

.RadMenu_Husad .group .text
{
	padding-left: 6px;
	padding-right: 40px;
	/*border-bottom: 1px solid #fcb831; */
	border-top: 1px solid #cccccc; 
	background-color: #61a0c4;
}


.RadMenu_Husad .group .link:hover .text,
.RadMenu_Husad .group .focused .text,
.RadMenu_Husad .group .expanded .text
{
	border-top: 1px solid #cccccc; 
	background-color: #d6d6d6;
	

}

.RadMenu_Husad .group .link:hover,
.RadMenu_Husad .group .focused,
.RadMenu_Husad .group .expanded
{
	background: #f8f7f4;
	font-weight: normal;
}

.RadMenu_Husad .leftArrow,
.RadMenu_Husad .rightArrow,
.RadMenu_Husad .topArrow,
.RadMenu_Husad .bottomArrow,
.RadMenu_Husad .leftArrowDisabled,
.RadMenu_Husad .rightArrowDisabled,
.RadMenu_Husad .topArrowDisabled,
.RadMenu_Husad .bottomArrowDisabled
{
	border-left: 1px solid #e3d5bf;
	border-right: 1px solid #e3d5bf; 
	background: #efebe4 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Husad .topArrow,
.RadMenu_Husad .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Husad .bottomArrow,
.RadMenu_Husad .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Husad .rightArrow,
.RadMenu_Husad .leftArrow
{
	height:100%;
}

.RadMenu_Husad .rightArrow,
.RadMenu_Husad .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_Husad .vertical .separator .text
{
	background: #e0dcd4;
	font-size:1px;
	padding-top: 2px;
	/* 
    border-left: solid 1px #e3d5bf;
	border-right: solid 1px #e3d5bf; */
}

.RadMenu_Husad .expandLeft,
.RadMenu_Husad .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 3px;
}

.RadMenu_Husad .link:hover .expandLeft,
.RadMenu_Husad .link:hover .expandRight,
.RadMenu_Husad .focused .expandLeft,
.RadMenu_Husad .focused .expandRight,
.RadMenu_Husad .expanded .expandLeft,
.RadMenu_Husad .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_Husad_rtl .group .link:hover .expandLeft,
.RadMenu_Husad_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Husad_rtl .expandLeft,
.RadMenu_Husad_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
.sper { border: none; }
/* end right to left */

