/* RadMenu Default skin */

.RadMenu_Arabic
{
    /*background:url(Menu/menu-bg.jpg) left repeat-x;*/
    text-align: right;

}

.RadMenu_Arabic .rmLink
{
    /*border-right: solid 1px #d6d6d6;*/
    line-height: 25px;
    color: #666666;
    text-decoration: none;
}

.RadMenu_Arabic .rmLink:hover, .RadMenu_Arabic .rmFocused, .RadMenu_Arabic .rmExpanded
{
    /*color: #FFF;*/
    text-decoration: none;
    background: #ececec url(  'Menu/menu-bg-selected.jpg' ) repeat-x;
    background: none;
}

.RadMenu_Arabic .rmText
{
    padding-left: 0px;
    padding-right: 18px;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
}

.RadMenu_Arabic .rmGroup
{
    background: #f7f7f7;
    border: solid 1px #bbbbbb;
}

.RadMenu_Arabic .rmGroup .rmLink
{
    background: #f7f7f7;
    line-height: 24px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #d7d7d7;
    border-left: 0px;
    border-right: 0px;
    text-align: right; 
}

* html .RadMenu_Arabic .rmGroup .rmLink
{
    width:  50px;
}

.RadMenu_Arabic_rtl .rmGroup .rmLink
{
    text-align: right;
    cursor: pointer;
}

.RadMenu_Arabic .rmGroup .rmText
{
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    padding-right: 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: #f7f7f7 url(Menu/menu-bg-selected.jpg) repeat-x;
    font-weight: normal;
    color: #fff;
    width:100%; 
}

.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;
    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: #f7f7f7 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/groupImage.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;
}
.rmHorizontal .rmItem
{
    display: block;
}
.rmGroup .rmItem
{
    display: block;
    width: 100%;
}
.rmHorizontal .rmItem .rmVertical .rmItem
{
    padding-left: 0px;
}

