/* r.a.d.menu Web 2.0 skin */

.RadMenu_Static
{
}

.RadMenu_Static_Context
{
    background: none;
    border: 0;
}

.RadMenu_Static .rmLink
{
    text-decoration: none;
    color: #fff;
    background: transparent;
    width: 176px !important;

    background: #a6e37b url(Static/OrangeNavigation.gif) no-repeat;
}

.RadMenu_Static .rmLink:hover, .RadMenu_Static .rmFocused, .RadMenu_Static .rmExpanded
{
    background: #a6e37b;
    color: #000000;
    cursor: pointer;
}

.RadMenu_Static .rmText
{
    /*background: transparent url(Menu/RootGroupArrowDown.gif) no-repeat right center;*/
    padding-left: 22px; /* should be adjusted to the size of the images, if they are larger than 16x16px */
    margin-right: 4px;
    font: bold 14px Arial, Verdana, Sans-serif;
    line-height: 34px;
    padding-right: 24px;
    background-image: none;
}


.RadMenu_Static .rmRootGroup .rmText .rmLeftImage
{
    margin: 3px 1px 0; /* should be adjusted to the size of the images, if they are larger than 16x16px */
}

.RadMenu_Static .rmHorizontal .rmExpandBottom, .RadMenu_Static .rmHorizontal .rmExpandTop
{
    background: transparent url(Static/RootGroupArrowDown.gif) no-repeat right center;
}

.RadMenu_Static .rmVertical .rmExpandLeft, .RadMenu_Static .rmVertical .rmExpandRight
{
    background: transparent url(Static/OrangeNavigationRightArrow.gif) no-repeat right center;
    margin-right: 10px;
}

.RadMenu_Static .rmVertical .rmExpanded .rmExpandLeft, .RadMenu_Static .rmVertical .rmExpanded .rmExpandRight
{
    background-image: none;
    margin-right: -50px;
}

.RadMenu_Static .rmSlide
{
    margin-top: 0px;
}

.RadMenu_Static .rmSlide .rmText
{
    line-height: 24px;
}

.RadMenu_Static .rmGroup
{
    background: none #a6e37b;
}

.RadMenu_Static .rmGroup .rmLink
{
    background: none #a6e37b;
    border: 0px;
    color: #000000;
}

.RadMenu_Static .rmGroup .rmText
{
    font-weight: normal !important;
    background: none;
    margin-right: 0 !important;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 11px;
}

.RadMenu_Static .rmGroup .rmLink:hover, .RadMenu_Static .rmGroup .rmFocused, .RadMenu_Static .rmGroup .rmExpanded
{
    background: #a6e37b;
    border: 0;
    color: #ffffff;
}

.RadMenu_Static .rmLeftArrow, .RadMenu_Static .rmRightArrow, .RadMenu_Static .rmTopArrow, .RadMenu_Static .rmBottomArrow, .RadMenu_Static .rmLeftArrowDisabled, .RadMenu_Static .rmRightArrowDisabled, .RadMenu_Static .rmTopArrowDisabled, .RadMenu_Static .rmBottomArrowDisabled
{
    background: #e7f1ff url(Static/left.gif) center center no-repeat;
    width: 15px;
    text-decoration: none;
    color: #e7f1ff;
}

.RadMenu_Static .rmTopArrow, .RadMenu_Static .rmTopArrowDisabled
{
    background-image: url(Static/top.gif);
    width: 100%;
    height: 15px;
}

.RadMenu_Static .rmBottomArrow, .RadMenu_Static .rmBottomArrowDisabled
{
    background-image: url(Static/bottom.gif);
    width: 100%;
    height: 15px;
}

.RadMenu_Static .rmRightArrow, .RadMenu_Static .rmLeftArrow
{
    height: 100%;
}

.RadMenu_Static .rmRightArrow, .RadMenu_Static .rmRightArrowDisabled
{
    background-image: url(Static/right.gif);
}

.RadMenu_Static .rmVertical .rmSeparator
{
    padding-top: 2px;
    background: #6788be;
    font-size: 1px;
    line-height: 1px;
}

.RadMenu_Static .rmSeparator .rmText
{
    display: none;
}

.RadMenu_Static .rmExpandLeft, .RadMenu_Static .rmExpandRight, .RadMenu_Static .rmFocused .rmExpandLeft, .RadMenu_Static .rmFocused .rmExpandRight, .RadMenu_Static .rmExpanded .rmExpandLeft, .RadMenu_Static .rmExpanded .rmExpandRight
{
    /* background: transparent url(Static/invertedGroupImage.gif) right center no-repeat; */
}

.RadMenu_Static .rmGroup .rmExpandLeft, .RadMenu_Static .rmGroup .rmExpandRight, .RadMenu_Static .rmGroup .rmFocused .rmExpandLeft, .RadMenu_Static .rmGroup .rmFocused .rmExpandRight, .RadMenu_Static .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_Static .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url(Static/groupImage.gif) right center no-repeat;
    
}

/*right-to-left support*/

.RadMenu_Static_rtl, .RadMenu_Static_rtl *
{
    text-align: right;
}

.RadMenu_Static_rtl .rmRootGroup .rmText
{
    padding-left: 24px;
    padding-right: 8px;
    margin-right: 0;
    margin-left: 4px;
}

.RadMenu_Static_rtl .rmGroup .rmText
{
    margin-left: 0 !important;
    padding-left: 40px;
    padding-right: 30px;
}

.RadMenu_Static .rmLeftImage
{
    margin: 5px 2px 0;
}

.RadMenu_Static_rtl .rmHorizontal .rmExpandBottom, .RadMenu_Static_rtl .rmHorizontal .rmExpandTop
{
    background-position: left center;
}

.RadMenu_Static_rtl .rmVertical .rmExpandLeft, .RadMenu_Static_rtl .rmVertical .rmExpandRight
{
    background: transparent url(Static/invertedGroupImageRTL.gif) no-repeat left center;
}

.RadMenu_Static_rtl .rmGroup .rmExpandLeft, .RadMenu_Static_rtl .rmGroup .rmExpandRight
{
    background: transparent url(Static/groupImageRTL.gif) no-repeat 5px center;
}

.RadMenu_Static_rtl .rmVertical .rmLink:hover .rmExpandLeft, .RadMenu_Static_rtl .rmVertical .rmLink:hover .rmExpandRight, .RadMenu_Static_rtl .rmVertical .rmFocused .rmExpandLeft, .RadMenu_Static_rtl .rmVertical .rmFocused .rmExpandRight, .RadMenu_Static_rtl .rmVertical .rmExpanded .rmExpandLeft, .RadMenu_Static_rtl .rmVertical .rmExpanded .rmExpandRight
{
    background: transparent url(Static/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_Static_rtl .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_Static_rtl .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_Static_rtl .rmGroup .rmFocused .rmExpandLeft, .RadMenu_Static_rtl .rmGroup .rmFocused .rmExpandRight, .RadMenu_Static_rtl .rmGroup .rmExpanded .rmExpandLeft, .RadMenu_Static_rtl .rmGroup .rmExpanded .rmExpandRight
{
    background: transparent url(Static/groupImageRTL.gif) 5px center no-repeat;
}

.RadMenu_Static .rmRootGroup .rmItem .rmDisabled, .RadMenu_Static .rmRootGroup .rmItem .rmDisabled:hover
{
    -moz-opacity: 0.8;
    opacity: 0.8;
    color: #ccc;
    background: none;
    border-bottom-color: #f3f5f5;
}
