﻿/* <RadMenu / SubForest> */

.RadMenu_SubForest .rmRootGroup, .RadMenu_SubForest .rmLink, .RadMenu_SubForest .rmText, .RadMenu_SubForest .rmLeftArrow, .RadMenu_SubForest .rmRightArrow, .RadMenu_SubForest .rmTopArrow, .RadMenu_SubForest .rmBottomArrow {
    
    display: block;
}

.RadMenu_SubForest .rmText {
    font-size: 15px;
    margin: 8px;
}

.RadMenu_SubForest .rmRootGroup {
    border: 0px solid #999999;
    /*background-repeat: repeat-x;
    background-image: url('/images/ui/backgrounds/trans_white.png');
    background-repeat: repeat;*/
    background: url('/images/ui/backgrounds/trans_white_t85.png');
}

.RadMenu_SubForest .rmVertical {
    background-position: 0 -408px;
}

/* <Root items> */

/*.RadMenu_SubForest,*/
.RadMenu_SubForest .rmLink {
    font: bold 28px;
    color: #445;
    text-decoration: none;
    padding: 10px;
    background:#EEE;
    border-radius: 2px;
    display: block;
    text-decoration: none;
    float: left;
    margin: 5px;
    border: 1px solid #555;
    box-shadow: 0px 0px 5px #888;
    cursor: pointer;
}

    .RadMenu_SubForest .rmLink:hover {
        color: #225;
        background-color: #c7c7cf;
    }

.RadMenu_SubForest .rmLink, .RadMenu_SubForest .rmText {
    background-repeat: no-repeat;
    background-position: 0 500px;
}

    .RadMenu_SubForest .rmLink:hover, .RadMenu_SubForest .rmFocused {
    }

.RadMenu_SubForest .rmExpanded, .RadMenu_SubForest .rmExpanded:hover {
    color: #fff;
    /*font-weight: bold;*/
    /*background-color:;*/
}

    .RadMenu_SubForest .rmExpanded .rmText, .RadMenu_SubForest .rmExpanded:hover .rmText {
    }

.RadMenu_SubForest .rmLast .rmExpanded .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_SubForest .rmDisabled, .RadMenu_SubForest .rmDisabled:hover {
    color: #7d7d7d;
    background-position: 0 500px;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_SubForest .rmGroup, .RadMenu_SubForest .rmGroup .rmVertical {
        background: url('/images/ui/backgrounds/trans_light_blue_t89.png');
    border:1px solid Black;
    top:-5px;
    position:relative;
    box-shadow: 2px 2px 5px Black;
}

.RadMenu_SubForest .rmSlide .rmScrollWrap {
    background-image: none;
}

.RadMenu_SubForest_rtl .rmGroup, .RadMenu_SubForest_rtl .rmGroup .rmVertical {
    background-position: 100% 0;
}

.RadMenu_SubForest .rmRootGroup li.rmItem .rmGroup {
    padding-bottom: 0;
}

.RadMenu_SubForest .rmGroup li.rmLast {
    padding-bottom: 1px;
}

.RadMenu_SubForest .rmRootGroup .rmHorizontal {
    background-image: none;
}

.RadMenu_SubForest .rmScrollWrap .rmVertical {
    border: 0;
}

.RadMenu_SubForest .rmGroup .rmItem .rmLink, .RadMenu_SubForest .rmGroup .rmItem .rmFocused, .RadMenu_SubForest .rmGroup .rmItem .rmExpanded {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    font-size: 13px;
    height: 30px;
    color: #555;
    cursor: pointer; 
    background: rgb(202, 202, 202);
    border: 1px solid Black;
    
    border-radius:5px;
    box-shadow:none;
}

    .RadMenu_SubForest .rmGroup .rmItem .rmLink:hover {
        color: #fff;
    }

.RadMenu_SubForest .rmGroup .rmLast .rmLink, .RadMenu_SubForest .rmGroup .rmLast .rmLink:hover, .RadMenu_SubForest .rmGroup .rmLast .rmFocused, .RadMenu_SubForest .rmGroup .rmLast .rmExpanded {
    padding-bottom: 0px;
}

.RadMenu_SubForest .rmGroup .rmLink, .RadMenu_SubForest .rmGroup .rmText, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled:hover, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled .rmText, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
    background-color: transparent;
}

    .RadMenu_SubForest .rmGroup .rmLink:hover, .RadMenu_SubForest .rmGroup .rmFocused, .RadMenu_SubForest .rmGroup .rmExpanded {
        background-position: 0 -168px;
    }

        .RadMenu_SubForest .rmGroup .rmLink:hover .rmText, .RadMenu_SubForest .rmGroup .rmFocused .rmText, .RadMenu_SubForest .rmGroup .rmExpanded .rmText {
            background-position: 100% -192px;
        }

    /* <expand arrows> */

    .RadMenu_SubForest .rmGroup .rmExpandRight, .RadMenu_SubForest .rmGroup .rmExpandDown, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled .rmExpandRight, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled .rmExpandDown, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled:hover .rmExpandRight, .RadMenu_SubForest .rmGroup .rmItem .rmDisabled:hover .rmExpandDown {
        background-position: 100% -216px;
    }

    .RadMenu_SubForest .rmGroup .rmLink:hover .rmExpandRight, .RadMenu_SubForest .rmGroup .rmFocused .rmExpandRight, .RadMenu_SubForest .rmGroup .rmExpanded .rmExpandRight, .RadMenu_SubForest .rmGroup .rmLink:hover .rmExpandDown, .RadMenu_SubForest .rmGroup .rmFocused .rmExpandDown, .RadMenu_SubForest .rmGroup .rmExpanded .rmExpandDown {
        background-position: 100% -240px;
    }

.RadMenu_SubForest .rmGroup .rmDisabled:hover .rmExpandRight, .RadMenu_SubForest .rmGroup .rmDisabled:hover .rmExpandDown {
    background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_SubForest_rtl .rmVertical .rmExpanded .rmText, .RadMenu_SubForest_rtl .rmVertical .rmExpanded:hover .rmText {
    background-position: 0 500px;
    background-repeat: no-repeat;
}

.RadMenu_SubForest_rtl .rmGroup .rmLink:hover, .RadMenu_SubForest_rtl .rmGroup .rmFocused, .RadMenu_SubForest_rtl .rmGroup .rmExpanded {
    background-position: 100% -264px;
}

    .RadMenu_SubForest_rtl .rmGroup .rmLink:hover .rmText, .RadMenu_SubForest_rtl .rmGroup .rmFocused .rmText, .RadMenu_SubForest_rtl .rmGroup .rmExpanded .rmText {
        background-position: 0 -288px;
    }

.RadMenu_SubForest_rtl .rmGroup .rmExpandLeft {
    background-position: 0 -312px;
}

.RadMenu_SubForest_rtl .rmGroup .rmLink:hover .rmExpandLeft, .RadMenu_SubForest_rtl .rmGroup .rmFocused .rmExpandLeft, .RadMenu_SubForest_rtl .rmGroup .rmExpanded .rmExpandLeft {
    background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Black - specific, overlapping submenus)> */

.RadMenu_SubForest .rmSlide {
    margin: 0 0 0 -1px;
}

    .RadMenu_SubForest .rmVertical .rmSlide, .RadMenu_SubForest .rmSlide .rmSlide, .RadMenu_SubForest_Context .rmGroup .rmSlide {
        margin: 0 0 0 -5px;
    }

.RadMenu_SubForest_rtl .rmSlide {
    margin: 0 0 0 0;
}

.RadMenu_SubForest_rtl .rmFirst .rmSlide {
    margin-left: 1px;
}

.RadMenu_SubForest_rtl .rmVertical .rmSlide, .RadMenu_SubForest_rtl .rmSlide .rmSlide, .RadMenu_SubForest_Context_rtl .rmGroup .rmSlide {
    margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_SubForest .rmLeftArrow, .RadMenu_SubForest .rmRightArrow {
    background-color: #4f4f4f;
}

.RadMenu_SubForest .rmLeftArrow {
    background-position: -8px -312px;
    border-right: 1px solid #828282;
}

.RadMenu_SubForest .rmRightArrow {
    background-position: -482px -216px;
    border-left: 1px solid #828282;
}

.RadMenu_SubForest .rmTopArrow, .RadMenu_SubForest .rmBottomArrow, .RadMenu_SubForest .rmGroup .rmLeftArrow, .RadMenu_SubForest .rmGroup .rmRightArrow {
    background-color: #4f4f4f;
}

.RadMenu_SubForest .rmTopArrow {
    background-position: 50% -367px;
    border-bottom: 1px solid #828282;
}

.RadMenu_SubForest .rmBottomArrow {
    background-position: 50% -391px;
    border-top: 1px solid #828282;
}

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_SubForest .rmHorizontal .rmSeparator .rmText, .RadMenu_SubForest .rmVertical .rmHorizontal .rmSeparator .rmText {
    height: 30px;
    margin: 1px 0 0;
    width: 1px;
}

.RadMenu_SubForest_Context .rmSeparator .rmText, .RadMenu_SubForest .rmHorizontal .rmGroup .rmSeparator .rmText, .RadMenu_SubForest .rmVertical .rmHorizontal .rmGroup .rmSeparator .rmText {
    background-color: transparent;
    background-position: 0 -406px;
}

/* </Separators> */

/* </RadMenu / Black> */
