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