﻿.deptsubmenu {
    background: #efefef;
}


    .deptsubmenu ol, .deptsubmenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-shadow: none !important; /* override - mobile jquery effect */
    }



    .deptsubmenu a {
    }

    .deptsubmenu li {
        position: relative;
    }


    .deptsubmenu .lv1.selected {
        background: #5e5e5e;
    }

    .deptsubmenu i {
        display: block;
        position: absolute;
        top: 8px;
        right: 10px;
        height: 20px;
        width: 20px;
        color: #fff;
        text-align: center;
    }



    .deptsubmenu .lv1 {
        display: block;
        font-size: 1em;
        background: #231f20;
        color: #fff;
        margin-bottom: 10px;
        min-height: 30px;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 3px;
        padding-right:35px;
    }




    .deptsubmenu a.lv1:active {
        background: #5e5e5e;
    }



    .deptsubmenu .lv2 {
        display: none;
        margin-left: 20px;
        line-height: normal;
    }






        .deptsubmenu .lv2 a, .deptsubmenu .lv2 a:visited, .deptsubmenu .lv2 a:hover, .deptsubmenu .lv2 a:active {
        }

        .deptsubmenu .lv2 li {
            margin-bottom: 10px;
        }


            .deptsubmenu .lv2 li:first-child {
                padding-top: 10px;
            }

            .deptsubmenu .lv2 li:last-child {
                padding-bottom: 15px;
            }






    .deptsubmenu a.lv1:visited, .deptsubmenu a.lv1:hover {
        color: #fff !important;
    }
