
/* r.a.d.menu - Icon + Text */


/* Right to Left */

UL.rootGroup
{
    width:100% !important;
}
.RadMenu_IconAndTextRtl
{
	
	padding-right: 0px;
	padding-bottom:6px;
}

.RadMenu_IconAndTextRtl_Context
{
	background: none;
}

.RadMenu_IconAndTextRtl .item
{
	padding-right:12px;
	vertical-align:bottom;
	padding-left:6px;
	float:right;
	background-image:url('/images/hebrew/icon_top_menu.gif');
	background-repeat:no-repeat;
	background-position:right -8px;
}
.RadMenu_IconAndTextRtl .first
{
	/*background: url('/images/hebrew/icon_top_menu_first.gif') right right no-repeat;*/
	background: none;
}

.RadMenu_IconAndTextRtl .link
{
	text-decoration:none;
	color: #585858;
	font-weight: bold;
	font-size: 13px;
	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
{
	cursor: hand;
}

.RadMenu_IconAndTextRtl .text
{
	text-align: right;
	padding-bottom:3px;
}

.RadMenu_IconAndTextRtl .group
{
	border: 0px;	
}

.RadMenu_IconAndTextRtl .group .item
{
	border-left: solid 0px #d2d2d2;
	border-right: solid 0px #d2d2d2;
	border-top: 0px;
	border-bottom: solid 1px #d2d2d2;
	cursor: hand;
	background: #ffffff;
	line-height: 20px;
	padding:0px;

}

.RadMenu_IconAndTextRtl .group .first
{
	border-top: solid 1px #d2d2d2;
}

.RadMenu_IconAndTextRtl .group .link
{
	color: #343434;
	text-align: right;
	background: url('/images/space.gif') right right repeat-x;
	padding-left:5px;
	padding-right:5px;
}
.RadMenu_IconAndTextRtl .group .text
{
	text-align: right;
}

.RadMenu_IconAndTextRtl .group .link:hover,
.RadMenu_IconAndTextRtl .group .focused,
.RadMenu_IconAndTextRtl .group .expanded
{
	background: #0c7ec4;
	color: #ffffff;
}


.RadMenu_IconAndTextRtl .text TD 
{
	width:5px;
	height:10px;
	background: orange;
	border:solid 1px #000;	
}
.RadMenu_IconAndTextRtl .slide
{
	right:0px;
	padding-right:10px;
}
.RadMenu_IconAndTextRtl .slide .group 
{	
	right:0px;
}

/*.TopMenuStyleSheetHolder
{
	padding-bottom:5px;
}*/
