
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	padding-right: 15px;
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 26px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #feeecd;
	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;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 8px;	
	padding-right: 22px;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #9b7753;
	border-right: solid 1px #9b7753;
	cursor: hand;
	background: #e1ccae;
	line-height: 26px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
}
.RadMenu_IconAndTextRtl .group .link
{
	line-height: 20px;
	color: #412b0d;
	border-bottom: solid 1px #9b7753;
	text-align: right;
	background: url('/images/hebrew/icon_top_Submenu.gif') right right no-repeat;
	width:65px;
}
.RadMenu_IconAndTextRtl .group .text
{
	text-align: right;
	width:65px;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	color:#9b7753;
	background: url('/images/hebrew/icon_top_Submenu.gif') right right no-repeat;
	width:65px;
}


.RadMenu_IconAndTextRtl ul.horizontal
{
	display:inline;
}