
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{	
	background-image:url('/Images/Hebrew/bgr_TopMenu.gif');
	background-repeat:no-repeat;
	background-position:right top;
	padding-right: 120px;
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 18px;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
		
}
.RadMenu_IconAndTextRtl .first
{
	/*background: url('/images/hebrew/icon_top_menu_first.gif') right right no-repeat;*/
	background: none;
	
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	/*background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
	*/
}

.RadMenu_IconAndTextRtl .link:hover,
{
	cursor: hand;
	background-image:url('/Images/Hebrew/main_nav_down_main.gif');
	background-position:right;
}
.RadMenu_IconAndTextRtl .first .link:hover 
{
	background: none;
}
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
}
.RadMenu_IconAndTextRtl .text
{
	padding-left: 9px;	
	padding-right: 15px;
	text-align: right;
}

.RadMenu_IconAndTextRtl .slide
{
	padding-top:3px;
	padding-right:8px;
}

.RadMenu_IconAndTextRtl .group .item
{
	/*border-left: solid 1px #059402;
	border-right: solid 1px #059402;
	background: #059402;*/
	background-image:url('/Images/Hebrew/main_nav_up.gif');
	background-repeat:repeat-x;
	line-height: 20px;
	margin-bottom:1px;
	margin-right:1px;
	cursor: hand;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	/*border-top: solid 1px #059402;*/
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #ffffff;
	/*border-bottom: solid 1px #059402;*/
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 10px;	
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	/*background: #7ec97c;
	color: #059402;*/
	background-image:url('/Images/Hebrew/main_nav_down.gif');
	background-repeat:repeat-x;
	line-height: 20px;
	
}



