/* r.a.d.menu Plain skin */

.RadMenu_heb 
{
	float:left;width:100%;
	
}

.RadMenu_heb_Context
{
	background: none;
	border:0;
	width:100%;
}

.RadMenu_heb .link
{
	line-height: 25px;padding-bottom:1px;
	text-decoration:none;
	color: #ffffff;
	background-image: url('img/group_off.gif');
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:right;
	width:182px;
	direction:rtl;
}

.RadMenu_heb .link:hover,
.RadMenu_heb .focused,
.RadMenu_heb .expanded
{
	cursor:pointer;	
	line-height: 25px;padding-bottom:1px;
	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:182px;
	direction:rtl;	
}
.RadMenu_heb .linkSpecial
{
	line-height: 26px;
	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:182px;
	direction:rtl;
}


.RadMenu_heb .text
{
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align:right;
}

.RadMenu_heb .group
{
	border :solid 1px #131E32;
	background-color:#028ECB;
    /*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:25px;
	padding-left: 10px;	
	padding-right: 5px;	
	cursor:pointer;
	
}

.RadMenu_heb .group .link:hover,
.RadMenu_heb .group .focused,
.RadMenu_heb .group .expanded
{
	background: #ffffff;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	color:#131E32;
}

.FooterDivider
{
	color:#ebb72c;
	height:11px;
}

#Copyrights
{
	font-size:11px;
	font:arial;
	color:White;
	text-decoration:none;
}

#Copyrights a:link,
#Copyrights a:active,
#Copyrights a:visited
{
	font-size:12px;
	font:arial;
	color:White;
	text-decoration:none;
}

#Copyrights a:hover
{
	font-size:12px;
	font:arial;
	color:White;
	text-decoration:none;
}

.FooterLink
{
	font-size:11px;
	font:arial;
	color:White;
	text-decoration:none;
}

.FooterLink a:link,
.FooterLink a:active,
.FooterLink a:visited
{
	font-size:12px;
	font:arial;
	color:White;
	text-decoration:none;
}

.FooterLink a:hover
{
	font-size:12px;
	font:arial;
	text-decoration:underline;
}

.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;
}