﻿
.menu {
    height: 40px;
    background: url(../images/menu_bg_1.gif) no-repeat -99px bottom;
    z-index: 100;
    background-position: 0px 100%;
    top: 160px;
    margin-top: 10px;
}

.menu li {
    float: left;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    width: 190px;
    /*临时 导航宽度 可删除*/
}

.menu li.lihover, .menu li.licurrent {
    padding-bottom: 15px;
    border-bottom: 3px solid #FF0000;
}

.menu li a {
    width: 68px;
    padding: 2px 54px;
    /*padding: 2px 25px;*/
    border-right: 1px solid #D7D7D7;
    color: #242424;
    font-weight: bold;
    margin: 0;
    border-left: none;
    display: inline-block;
    font-size: 14px;
}

.menu li a.noborder {
    border-right: none;
}

.li_3 {
    position: relative;
    z-index: 100;
}

.li_3 a.noclick {
    width: 80px;
}

.li_3_content {
    position: absolute;
    top: 34px;
    left: 0px;
    line-height: 40px;
    z-index: 99;
    display: none;
    height: 188px;
    *top: 28px;
    width: 130px;
}

.li_3_content a:hover {
    color: #f18336 !important;
}

.li_3_content dt {
    height: 17px;
    border-bottom: 3px solid #FF0000;
    *height: 19px;
    line-height: 17px;
}

.li_3_content dd {
    border-left: 1px solid #E6E4E3;
    border-right: 1px solid #E6E4E3;
    padding: 0 8px;
    background: #ffffff url(../images/menu.gif) no-repeat bottom;
}

.li_3_content dd a {
    text-align: center;
    padding: 0;
    border-right: none;
    color: #666;
    font-weight: normal;
    width: auto;
}

.li_3_content dd.lastItem {
    background-image: none;
    border-bottom: 1px solid #FF0000;
}

.li_3_content dd.lastItem a {
    border-bottom: none;
}

.fontsize0 {
    font-size: 0;
}

.fontsize0 .li_3_content_spec {
    display: inline-block;
    width: 64px;
}

.fontsize0 .li_3_content_spec dd {
    border-right: none;
}

.fontsize0 .have_right_border {
    border-right: 1px solid #E6E4E3;
}
.fontsize0 .li_3_content_spec dd{
     padding: 0 2px;
 }


