
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	padding-right: 5px;
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 30px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #000000;
	font-weight:normal;
	background: url('/images/hebrew/top_button_right.gif') right no-repeat;
	font-size: 12px;
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
	background: url('/images/hebrew/bgr_TopMenu_Over.gif') right right repeat-x;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 12px;	
	padding-right: 12px;
	text-align: right;
	background: url('/images/hebrew/top_button_left.gif') left no-repeat;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 0px #ffffff;
	border-right: solid 0px #ffffff;
	cursor: hand;
	background: #C9C1A5;
	line-height: 22px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 1px #ffffff;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #283532;
	font-weight:normal;
	border-top: solid 1px #D6CFBA;
	border-bottom: solid 1px #A89F66;
	text-align: right;
	font-size:12px;
	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
{
	background: #A89F66;
}


