ul, ol, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu {
    line-height: 34px;
    margin-left: 0px;
    position: absolute;
    font-family: 'Microsoft YaHei';
}

    #menu a {
    }

.ul_1 {
    width: 986px;
    height: 34px;
    padding-left: 25px;
}

.a_1 {
    color: #000;
    font-size: 15px;
}

.li_1_1 {
    width: 90px;
    float: left;
    height: 34px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    text-align: center;
    background-position-x: center;
    background-position-y: 0px;
}

.li_1 {
    display: inline-block;
    width: 96px;
    float: left;
    height: 34px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
    text-align: center;
    background-position-x: center;
    background-position-y: 0px;
}



ul, li, img {
    /*display: block;*/
}

#menu a {
    text-decoration: none;
    display: block;
}

img {
    list-style: none;
    margin: 0px;
}

.nylist img {
    padding-top: 5px;
}

/* 下拉的菜单栏 */
.ul_2 {
    display: none;
    width: 96px;
    background: #fdefe4;
    opacity: 0.9;
    margin-left: 0px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

    .ul_2 li {
        position: relative;
        z-index: 99999;
        display: block;
    }
/* 下拉菜单的菜单项 */
.li_2 {
    padding-left: 0px;
    text-align: center;
    width: 100px;
    background: #fff;
    margin-bottom: 0px;
    vertical-align: bottom;
    line-height: 35px;
}

.a_2 {
    color: #000;
    font-weight: normal;
}

.li_2:hover {
    background-color: #FFD54F;
}

    .li_2:hover a {
        /*color: #fff;*/
    }

/* 三级及以下的菜单项的定位 */
#menu > ul > li > ul > li ul {
    left: 150px;
    top: 0px;
}

.a_2:hover {
    background-color: #fc7a00;
    color: #fff;
}

li.li_1.cur {
    background: url(../images/whxx_12.jpg);
    background-repeat: repeat-x;
}

    li.li_1.cur .a_1 {
        color: #fff;
    }
.li_1, .ul_2 {
    width: 106px;
}
li.li_1.on {
    background: url(../images/whxx_12.jpg);
    background-repeat: repeat-x;
}
    li.li_1.on .a_1 {
        color: #fff;
    }