
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	padding-right: 200px;
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 24px;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
		
}
.RadMenu_IconAndTextRtl .first
{
	/*background: url('/images/hebrew/icon_top_menu_first.gif') right right no-repeat;*/
	background: none;
	
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #737373;
	font-weight: bold;
	font-size: 14px;
	text-align:right;
	/*border-top: solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
	*/
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 14px;	
	padding-right: 14px;
	text-align: right;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
	border-top: solid 0px #e5e5e5;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;

	cursor: hand;
	background: #ffffff;
	line-height: 20px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 0px #e5e5e5;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #737373;
	border-bottom: solid 1px #e5e5e5;
	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
{
	background: #e5e5e5;
	color: #737373;
}


