
/* r.a.d.menu - Icon + Text */


/* Right to Left */

.radMenu
{
	/*background-image: url('menu_strip_bg_grad.jpg');*/
}

.RadMenu_IconAndTextRtl
{
	padding-right: 10px;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 28px;
	background: url('/images/hebrew/icon_top_menu.gif') right no-repeat;
	background-color:#FFFFFF;
		
}
.RadMenu_IconAndTextRtl .first
{
	background: url('/images/hebrew/icon_top_menu_first.gif') right no-repeat;
	color:#11aca4;
	background-color:#FFFFFF;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #231f20;
	font-weight:bold;
	font-size: 13px;
	text-align:right;
	/*background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
	*/
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
	color:#11aca4;
	font-weight:bold;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left:10px;	
	padding-right:20px;
	text-align: right;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 0px #a0bd03;
	border-right: solid 0px #a0bd03;
	border-top: 0px;
	border-bottom: solid 0px #11aca4;
	cursor: hand;
	line-height: 20px;
}

.RadMenu_IconAndTextRtl .group .first
{
	border-top: solid 1px #11aca4;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #343434;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 20px;	
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	color: #11aca4;
}



