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