
/* r.a.d.menu - Icon + Text */

/* Right to Left */
.RadMenu_IconAndTextRtl
{
	padding-right: 10px;
	border:0;
	float:right;
}
.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}
.RadMenu_IconAndTextRtl
{
	line-height: 29px;
	list-style-type:square;
}
.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #787878;
	font-weight: bold;
	font-size: 12px;

}

.otherRadLink
{
	background-image:url('/images/hebrew/icon_top_menu.gif');
	background-repeat:no-repeat;
	background-position:right right;

}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: hand;
}
.RadMenu_IconAndTextRtl .text
{
	padding-left: 10px;	
	padding-right: 10px;
	text-align: right;
}
.RadMenu_IconAndTextRtl .group
{
	border-top: solid 1px #bee1f9;
}
.RadMenu_IconAndTextRtl .group .item
{

	cursor: hand;
	background: #ffffff;
	line-height: 29px;
}
.RadMenu_IconAndTextRtl .group .item .first
{
		background: url('/images/space.gif') right right no-repeat;

}
.RadMenu_IconAndTextRtl .group .link
{
	color: #787878;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
	border-bottom: solid 1px #eeeeee;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 10px;	
	text-align: right;
}
.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background-color:#d9eefb;
}