/* RadMenu Plain skin */
.RadMenu_ators
{
    z-index: 100 !important;
}
.RadMenu_ators_Context
{
    background: none;
    border: 0;
}
.RadMenu_ators .rmLink, .RadMenu_ators .rmTemplate .rmText
{
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    padding: 0 !important;
    margin: 0 !important;
}
.RadMenu_ators .rmTemplate .rmText:hover, .RadMenu_ators .rmLink:hover, .RadMenu_ators .rmFocused, .RadMenu_ators .rmExpanded
{
    color: #000;
}

.RadMenu_ators .rmText
{
    font-size: 12px;
    font-family: Arial, Verdana;
    background: transparent url(img/spacer.png) no-repeat bottom right;
    padding: 0 5px 0 4px !important;
    margin: 0 !important;
}
.RadMenu_ators .rmFirst .rmText
{
    padding: 0 5px 0 3px !important;
}
.RadMenu_ators .rmLast .rmText
{
    padding: 0 0 0 4px !important;
    background: transparent !important;
}

.RadMenu_ators .rmGroup
{
    
}

.RadMenu_ators .rmGroup .rmLink, .RadMenu_ators .rmGroup .rmTemplate .rmText
{
    background: none;
    text-align: left;
}

.RadMenu_ators .rmGroup .rmTemplate .rmText:hover, .RadMenu_ators .rmGroup .rmLink:hover, .RadMenu_ators .rmGroup .rmFocused, .RadMenu_ators .rmGroup .rmExpanded
{
    color: #fff;
    font-weight: normal;
}

.RadMenu_ators .rmLeftArrow, .RadMenu_ators .rmRightArrow, .RadMenu_ators .rmTopArrow, .RadMenu_ators .rmBottomArrow, .RadMenu_ators .rmLeftArrowDisabled, .RadMenu_ators .rmRightArrowDisabled, .RadMenu_ators .rmTopArrowDisabled, .RadMenu_ators .rmBottomArrowDisabled
{
    background: #ededed url('Menu/left.gif') center center no-repeat;
    width: 15px;
}

.RadMenu_ators .rmTopArrow, .RadMenu_ators .rmTopArrowDisabled
{
    background-image: url('Menu/top.gif');
    width: 100%;
}

.RadMenu_ators .rmBottomArrow, .RadMenu_ators .rmBottomArrowDisabled
{
    background-image: url('Menu/bottom.gif');
    width: 100%;
}

.RadMenu_ators .rmRightArrow, .RadMenu_ators .rmLeftArrow
{
    height: 100%;
}

.RadMenu_ators .rmRightArrow, .RadMenu_ators .rmRightArrowDisabled
{
    background-image: url('Menu/right.gif');
}

.RadMenu_ators .rmVertical .rmSeparator
{
    padding: 0;
    background: #ccc;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.RadMenu_ators .rmExpandLeft, .RadMenu_ators .rmExpandRight
{
    background: transparent url('Menu/groupImage.gif') right center no-repeat;
    margin-right: 4px;
}

.RadMenu_ators_rtl .rmExpandLeft, .RadMenu_ators_rtl .rmExpandRight
{
    background: url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_ators .rmLink:hover .rmExpandLeft, .RadMenu_ators .rmLink:hover .rmExpandRight, .RadMenu_ators .rmFocused .rmExpandLeft, .RadMenu_ators .rmFocused .rmExpandRight, .RadMenu_ators .rmExpanded .rmExpandLeft, .RadMenu_ators .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/invertedGroupImage.gif') right center no-repeat;
}

.RadMenu_ators_rtl .rmLink:hover .rmExpandLeft, .RadMenu_ators_rtl .rmLink:hover .rmExpandRight, .RadMenu_ators_rtl .rmFocused .rmExpandLeft, .RadMenu_ators_rtl .rmFocused .rmExpandRight, .RadMenu_ators_rtl .rmExpanded .rmExpandLeft, .RadMenu_ators_rtl .rmExpanded .rmExpandRight
{
    background: transparent url('Menu/groupImageRTL.gif') left center no-repeat;
}

.RadMenu_ators a.rmDisabled, .RadMenu_ators .rmDisabled:hover
{
    background: none;
    color: #ccc;
}
