
/* r.a.d.menu - Icon + Text */

/* Right to Left */


.RadMenu_IconAndTextRtl
{
	border:0;
	padding-right:10px;
}
.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}
.RadMenu_IconAndTextRtl .item
{
	line-height: 30px;
	background: url('/images/hebrew/seperator.gif') no-repeat;
}
.RadMenu_IconAndTextRtl .last
{
	background:none;
}
.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	background: url('/images/hebrew/icon_topMenu.gif') right right no-repeat;
	font-size: 12px;
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 12px;	
	padding-right: 8px;
	text-align: center;
	color:#852903;
	font-size:13px;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
	border-top:solid 1px #967553;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #967553;
	border-right: solid 1px #967553;
	cursor: hand;
	background: #fff4dd;
	line-height: 20px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 1px #967553;
}

.RadMenu_IconAndTextRtl .group .link
{
	line-height: 20px;
	color: #543f2c;
	border-bottom: solid 1px #967553;
	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
{
	color:#852903;
}

.RadMenu_IconAndTextRtl ul.horizontal
{
	display:inline;
}


