
/* r.a.d.menu - Icon + Text */

/* right to right */
.radmenu
{
	position:absolute !important;
	top:17px;
}
.RadMenu_IconAndTextRtl
{
	padding-right: 2px;
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}
.item.last
{
	background:url(/images/hebrew/icon_top_menu_map.gif) no-repeat left;
	/*width:100px;
	display:inline-block;*/
	padding-left:45px;
}
.RadMenu_IconAndTextRtl .item
{
	line-height: 26px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #949494;
	font-weight: bold;
	/*background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;*/
	font-size: 12px;
}
.RadMenu_IconAndTextRtl .item
{
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
}
.RadMenu_IconAndTextRtl .first
{
	background-image:none;
}
.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: pointer;
}

.RadMenu_IconAndTextRtl .text
{
	padding-right: 5px;
	padding-left:5px;
	text-align: right;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
}
.RadMenu_IconAndTextRtl .group.level1
{
	border: 0px;
	margin-top:-5px !important;
}
.RadMenu_IconAndTextRtl .group .item.last
{
	padding-left:0;
}
.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #ff90d3;
	border-right: solid 1px #ff90d3;
	cursor: pointer;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_IconAndTextRtl .group .item.first
{
	border-top: solid 1px #ff90d3;
}

.RadMenu_IconAndTextRtl .group .link
{
	line-height: 20px;
	color: #949494;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ff90d3;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
}
.RadMenu_IconAndTextRtl .group .link .text
{
	direction:ltr;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 10px;	
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background: #fbf3f9;
	border-bottom-color: #ff90d3;
}
.horizontal.rootGroup
{
	width:100% !important;
}


