
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	background-image: url('/images/hebrew/bgrTopMenu.gif');
	background-repeat:repeat-x; 
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 34px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
	font-size: 12px;
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
	background-color:#39639a;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 7px;	
	padding-right: 14px;
	text-align: center;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	cursor: hand;
	background: #cccccc;
	line-height: 25px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 1px #ffffff;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #666666;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 5px;	
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background: #F6F6F6;
	border-bottom-color: #ffffff;
}


