/* r.a.d.menu Plain skin */

.RadMenu_heb 
{
	width:100%;
}

.RadMenu_heb_Context
{
	background: none;
	border:0;
	width:100%;
	
}

.RadMenu_heb .link
{
	line-height: 20px;
	text-decoration:none;
	color: #000000;
	background-image: url('img/group_off.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:173px;
	direction:rtl;
	padding-bottom:2px;
}

.RadMenu_heb .link:hover,
.RadMenu_heb .focused,
.RadMenu_heb .expanded
{
	cursor:pointer;	
	line-height: 20px;
	padding-bottom:2px;
	text-decoration:none;
	color: #ffffff;
	background-image: url('img/group_on.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:173px;
	direction:rtl;	
}
.RadMenu_heb .linkSpecial
{
	line-height: 20px;
	text-decoration:none;
	color: #B0215F;
	background-image: url('img/group_off.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:173px;
	direction:rtl;
	padding-bottom:2px;
}









.RadMenu_heb .text
{
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align:right;
}

.RadMenu_heb .group
{
	border :solid 1px #B0215F;
	background-color:White;
    /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*IE*/
    /*-moz-opacity: 0.8; /*FireFox*/

}

.RadMenu_heb .group .link
{
	text-align: right;
	background-image: url('img/dots_open.gif');
	background-position:right bottom;
	background-repeat:repeat-x;	
	line-height:19px;
	padding-left: 10px;	
	padding-right: 5px;	
	cursor:pointer;
	
}

.RadMenu_heb .group .link:hover,
.RadMenu_heb .group .focused,
.RadMenu_heb .group .expanded
{
	background: #B0215F;
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:White;
}

.RadMenu_heb .leftArrow,
.RadMenu_heb .rightArrow,
.RadMenu_heb .topArrow,
.RadMenu_heb .bottomArrow,
.RadMenu_heb .leftArrowDisabled,
.RadMenu_heb .rightArrowDisabled,
.RadMenu_heb .topArrowDisabled,
.RadMenu_heb .bottomArrowDisabled
{
}

.RadMenu_heb .topArrow,
.RadMenu_heb .topArrowDisabled
{
}

.RadMenu_heb .bottomArrow,
.RadMenu_heb .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_heb .rightArrow,
.RadMenu_heb .leftArrow
{
	height:100%;
}

.RadMenu_heb .rightArrow,
.RadMenu_heb .rightArrowDisabled
{
}


.RadMenu_heb .expandLeft,
.RadMenu_heb .expandRight
{
	/*background: transparent url(img/left.gif) center center no-repeat;*/
}

.RadMenu_heb_rtl .expandLeft,
.RadMenu_heb_rtl .expandRight
{
	background: url(img/arrow_out.gif) 5px center no-repeat;
}

.RadMenu_heb .link:hover .expandLeft,
.RadMenu_heb .link:hover .expandRight,
.RadMenu_heb .focused .expandLeft,
.RadMenu_heb .focused .expandRight,
.RadMenu_heb .expanded .expandLeft,
.RadMenu_heb .expanded .expandRight
{
	background:transparent url(img/arrow_over.gif) 5px center no-repeat;
}

.RadMenu_heb_rtl .link:hover .expandLeft,
.RadMenu_heb_rtl .link:hover .expandRight,
.RadMenu_heb_rtl .focused .expandLeft,
.RadMenu_heb_rtl .focused .expandRight,
.RadMenu_heb_rtl .expanded .expandLeft,
.RadMenu_heb_rtl .expanded .expandRight
{
	background:transparent url(img/arrow_over.gif) 5px center no-repeat;
}