﻿html {
    /*background-color: #97cfa3;*/
}


/*不同的部分，纵向菜单*/
.left-menu-level1 {
    width: 200px;
}

    .left-menu-level1 li {
        background-color: #97cfa3;
        width: 200px;
        float: none;
        border-top: 1px solid #d8d8d8;
        color: white;
    }

.left-menu-level2 {
    width: 200px;
}

    .left-menu-level2 li {
        background-color: #97cfa3;
        width: 200px;
        float: none;
        color: white;
    }

/*不同的部分，水平菜单*/
.horizontal-menu-level1 {
    background-color:  #97cfa3;
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
}

    .horizontal-menu-level1 li {
        background-color: #97cfa3;
        width: 200px; /*auto;*/
        max-width: 200px; 
        border-top: 0px solid #d8d8d8;
        border-top: 15px solid red;
        float: left;
        color: white;
    }

.horizontal-menu-level2 {
}

    .horizontal-menu-level2 li {
        background-color: #97cfa3;
        width: 200px;
        border-top: 1px solid #d8d8d8;
        border-bottom: 0px solid gray;
        float: none;
        color: white;
    }
