/* GLOBAL SIDE MENU, [bs-merge] uses --legacy-rem */

/*The entire sidemenu is contained by a div called 'm_sub_section_nav' as defined in global.css */

.side_menu {
    border-style: solid solid none solid; /*no border at bottom*/
    width: 175px; /*width of menu*/
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .side_menu .promo {
        background: #fff;
        border-top: none;
        border-bottom: 1px solid #e3e3e3;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        margin-left: -1px;
        margin-right: -1px;
    }

    .side_menu .maindivider {
        background: #fff;
        height: 8px;
        border-bottom: 1px solid #e3e3e3;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        margin-left: -1px;
        margin-right: -1px;
    }

    .side_menu .mainlink {
        background: #fff;
    }

#m_main .side_menu .mainlink > a {
    text-decoration: none;
    font: bold 12px Roboto, Helvetica, sans-serif;
    font-weight: 500;
    text-shadow: 0px 1px 1px #fff;
    line-height: 20px;
    color: #888;
    background: #EEEEEE;
    background-image: url(/images/side_menu/side_menu_bg.gif);
    padding: 8px 24px 8px 8px;
    display: block;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #ffffff;
    position: relative;
    background-repeat: repeat;
}


    #m_main .side_menu .mainlink > a.selected,
    #m_main .side_menu .mainlink:hover > a {
        color: #333333;
        background: #e2e2e2;
        background-image: url('/images/side_menu/side_menu_bg_selected.gif');
        background-repeat: repeat;
    }

    #m_main .side_menu .mainlink > a:hover {
        color: #ff0000;
        border-bottom: 1px solid #ddd;
    }

    #m_main .side_menu .mainlink > a.no-click:hover {
        color: #333;
    }


        .side_menu .mainlink em {
            display: block;
            font-size: calc(var(--legacy-rem) * 0.9px);
            margin-right: -30px;
        }

    .side_menu span.expandable_icon {
        background-position: center bottom;
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
        height: 10px;
        width: 10px;
        float: right;
        background-image: url('/images/side_menu/side_menu_arrow.png');
        background-repeat: no-repeat;
    }

    .side_menu a.selected span.expandable_icon {
        background-position: center top;
    }

    .side_menu a:hover span.expandable_icon {
        background-position: center top;
    }

    .side_menu ul {
        list-style-type: none;
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #e3e3e3;
        box-shadow: inset 0 0 5px #eee;
    }

        .side_menu ul li {
            margin-bottom: 5px;
        }

            .side_menu ul li a {
                background-position: 18px 13px;
                font: normal 12px Arial, Helvetica, sans-serif;
                display: block;
                padding: 5px 5px 5px 30px;
                line-height: 20px;
                text-decoration: none;
                background-image: url('/images/side_menu/grey_square.gif');
                background-repeat: no-repeat;
            }

        .side_menu ul.subchild {
            list-style-type: none;
            margin: -10px 0 5px 0;
            padding: 6px 0 2px 10px;
            border-bottom: none;
            box-shadow: inner 0 0 5px #eee;
        }

            .side_menu ul.subchild li a {
                background-position: 18px 6px;
                font: normal 11px Arial, Helvetica, sans-serif;
                display: block;
                padding: 0px 0px 0px 30px;
                line-height: 16px;
                text-decoration: none;
                background-image: url('/images/side_menu/grey_square.gif');
                background-repeat: no-repeat;
            }



#m_main .side_menu ul li a,
#m_main .side_menu ul li a:visited {
    color: #666;
}

    #m_main .side_menu ul li a:hover {
        color: #ff0000;
        background-image: url('/images/side_menu/red_square.gif');
    }

    #m_main .side_menu ul li a.selected {
        color: #000;
        background-image: url('/images/side_menu/grey_square.gif');
    }
