
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	padding-right: 10px;
	padding-left:10px;
	border:0;
	background-color:#ffffff;
	
	float:left;
}

.RadMenu_IconAndTextRtl_Context
{
	/*background: url('/images/hebrew/bgr_TopMenu.jpg') right right no-repeat;*/
	border:0;
	float:left;

}

.RadMenu_IconAndTextRtl .item
{
	line-height: 32px;
	float:left;
	width:71px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #6b6b6b;
	font-weight: bold;
	background: url('/images/hebrew/icon_top_menu.gif') right right no-repeat;
	font-size: 14px;
	text-align:left;
	float:left;
}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
	float:left;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 14px;	
	padding-right: 14px;
	text-align: right;
	float:left;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;
	border-top: solid 1px #861235;
	float:left;
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 1px #861235;
	border-right: solid 1px #861235;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
	float:left;
	
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 1px #861235;
	float:left;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #343434;
	border-bottom: solid 1px #861235;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
	float:left;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 10px;	
	text-align: right;
	float:left;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background: #861235;
	color: #ffffff;
	float:left;
}



