/* RadMenu Default skin */

.RadMenu_Arabic 
{
	
	text-align:right;
}



.RadMenu_Arabic .rmLink img
{
	/*border-right: solid 1px #d6d6d6;*/
	line-height:12px;
	color: #707070;
	text-decoration:none;
	cursor:pointer;
	/*margin-left: 33px;*/
}
.RadMenu_Arabic .rmLink
{
	color: #bbbbbb;
	text-decoration:none;
	padding-left: 1px;

}

.RadMenu_Arabic .rmLink:hover,
.RadMenu_Arabic .rmFocused,
.RadMenu_Arabic .rmExpanded
{
	color: #FFF;
	text-decoration:none;
}

.RadMenu_Arabic .rmText
{
	padding-left: 18px;	
	padding-right: 18px;
	font-family: tahoma;
	font-size: 11px;
	cursor:pointer;
	
}

.RadMenu_Arabic .rmGroup
{
	background: #161616;
	border-left: solid 1px #272727;
	border-right: solid 1px #272727;
	padding-top: 10px;
	
}

.RadMenu_Arabic .rmGroup .rmLink
{
	background: #161616;
	line-height:25px;
	border-top: solid 1px #272727;
	border-bottom: solid 1px #272727;
	border-left: 0px;
	border-right: 0px;
	min-width: 170px;
	text-align: right;
	
}

* html .RadMenu_Arabic .rmGroup .rmLink
{
    width: 170px;
    
}

.RadMenu_Arabic_rtl .rmGroup .rmLink
{
	text-align: right;
	cursor:pointer
}

.RadMenu_Arabic .rmGroup .rmText
{
	/*border-top: solid 1px #272727;
	border-bottom: solid 1px #272727;
*/
	padding-left: 12px;
}


.RadMenu_Arabic_rtl .rmGroup .rmText
{
	padding-left: 12px;
	padding-right: 12px;
}

.RadMenu_Arabic .rmGroup .rmLink:hover,
.RadMenu_Arabic .rmGroup .rmFocused,
.RadMenu_Arabic .rmGroup .rmExpanded
{
	background: #080808 url(Menu/menu-bg-selected.jpg) repeat-x;
	font-weight: normal;
}

.RadMenu_Arabic .rmLeftArrow,
.RadMenu_Arabic .rmRightArrow,
.RadMenu_Arabic .rmTopArrow,
.RadMenu_Arabic .rmBottomArrow,
.RadMenu_Arabic .rmLeftArrowDisabled,
.RadMenu_Arabic .rmRightArrowDisabled,
.RadMenu_Arabic .rmTopArrowDisabled,
.RadMenu_Arabic .rmBottomArrowDisabled
{
	border-left:1px solid #e4e4e4;
	background: #efefef url(Menu/left.gif) center center no-repeat;
	width:15px;
	text-decoration:none;
	color:#efefef;
	text-indent:-3000px;
}

.RadMenu_Arabic .rmTopArrow,
.RadMenu_Arabic .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
}

.RadMenu_Arabic .rmBottomArrow,
.RadMenu_Arabic .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:100%;
}

.RadMenu_Arabic .rmRightArrow,
.RadMenu_Arabic .rmLeftArrow
{
	height:100%;
}

.RadMenu_Arabic .rmRightArrow,
.RadMenu_Arabic .rmRightArrowDisabled
{
	background-image: url(Menu/right.gif);
}

.RadMenu_Arabic .rmVertical .rmSeparator .rmText
{
	padding-top: 3px;
	background: #080808 url(Menu/Separator.gif) no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_Arabic .rmExpandLeft,
.RadMenu_Arabic .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
	cursor:pointer
}

.RadMenu_Arabic_rtl .rmExpandLeft,
.RadMenu_Arabic_rtl .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Arabic .rmLink:hover .rmExpandLeft,
.RadMenu_Arabic .rmLink:hover .rmExpandRight,
.RadMenu_Arabic .rmFocused .rmExpandLeft,
.RadMenu_Arabic .rmFocused .rmExpandRight,
.RadMenu_Arabic .rmExpanded .rmExpandLeft,
.RadMenu_Arabic .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Arabic_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Arabic_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Arabic_rtl .rmFocused .rmExpandLeft,
.RadMenu_Arabic_rtl .rmFocused .rmExpandRight,
.RadMenu_Arabic_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Arabic_rtl .rmExpanded .rmExpandRight
{
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
}