
/* r.a.d.menu - Icon + Text */


/* Right to Left */


.RadMenu_IconAndTextRtl
{
	border:0;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
	border:0;
}

.RadMenu_IconAndTextRtl .item
{
	line-height: 21px;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #666666;
	font-weight: bold;
	background: url('/images/hebrew/icon_top_menu.gif')  right no-repeat;
	font-size: 12px;

}

.RadMenu_IconAndTextRtl .link:hover,
.RadMenu_IconAndTextRtl .focused,
.RadMenu_IconAndTextRtl .expanded
{
	cursor: pointer;
}

.RadMenu_IconAndTextRtl .text
{
	padding-left: 16px;	
	padding-right: 15px;
	text-align: right;
}

.RadMenu_IconAndTextRtl .group
{
	background: url('/images/hebrew/icon_top_submenu.gif')  right no-repeat;	
}

.RadMenu_IconAndTextRtl .group .item
{
	cursor: pointer;
	background: #ffffff;
	line-height: 20px;
	border-left: solid 1px #cacaca;
	border-right: solid 1px #cacaca;
	border-top: solid 1px #cacaca;
	border-bottom: solid 1px #cacaca;
	width:100px;
}

.RadMenu_IconAndTextRtl .group .item .first
{
	border-top: solid 1px #666666;

}

.RadMenu_IconAndTextRtl .group .link
{
	color: #666666;
	font-weight:normal;
	text-align: right;
	background: url('/images/space.gif')  right repeat-x;
}
.RadMenu_IconAndTextRtl .group .text
{
	padding-right: 15px;	
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background-color:#fafafa;
}



