
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	padding-right:174px;
	border:0;
	float:right;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 52px;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #646363;
	font-weight:normal;
	font-size: 14px;
}
.RadMenu_IconAndTextRtl .link_on
{
	text-decoration:none;
	color: #646363;
	font-weight:bold;
	font-size: 14px;
}
.RadMenu_IconAndTextRtl .last
{
	background: url('/images/hebrew/icon_top_menuNone.gif') right right no-repeat;
}
.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 30px;	
	padding-right: 30px;
	text-align: center;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
	width:auto;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 0px #ffffff;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #666666;
	border-bottom: solid 1px #cccccc;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 27px;
	padding-left: 28px;	
	text-align: right;
	width:auto;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded,
.TopMenuDownRtl
{
	background-color:#f8f6ef;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}



