﻿#menu {position: relative;
    z-index: 1000;
    zoom: 1;
    width:100%;
    height: 34px;
    margin: 0;
    padding: 0;
    list-style: none;}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;}



#menu li {
    text-align: center;
    line-height: 34px; height: auto;
    float: left;
    border-right: none;
    position: relative;}

#menu li a {
    white-space: normal;
    float: left;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    text-align: center;}

#menu li:hover a {}

#menu li a:hover {
    color: #fff;}

#menu li ul {
    margin: 0;
    padding: 2px;
    width: 100%;
    min-width:140px; max-height:500px;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:34px;
    left: 0;
    z-index: 1;
    background: #157642;
    filter: alpha(opacity=100);}



#menu li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 1;}

#menu ul ul {
    top: 0;
    z-index: 1;
    left: 200px;
    margin: 0 auto;
    _margin: 0;}

#menu li ul li {
    white-space: normal;
    float: left;
    padding:0px;
    width:140px;
    text-align: left;
    z-index: 1;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 0;
    _line-height: 0;}

#menu li ul li a {
width:130px; text-align: left;
    white-space: normal;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: "宋体";
    font-weight: none;

    display: block;
    white-space: nowrap;
    color: #fff;
    float: left;}

#menu li ul li a:hover {
    background-color:#368e54;
    color: #000;}
