#menu {
    position: relative;
    z-index: 9;
    zoom: 1;
    width:100%;
    /* max-width:1400px; */
    text-align: center;
    /* height:54px; */
    margin: 0 auto;
    list-style: none;
}
#menu .itemSep{float:left; line-height: 54px; color:#fff; font-size:16px;}
#menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
    padding:0px 0;
    text-align: center;
    line-height: 48px;
    height: auto;
    padding: 0 10px;
    width: auto;
    /* text-align: right; */
    display: inline-block;
    float: left;
    position: relative;
}

#menu li a {
    white-space: normal;
    color: #fff;
    padding:0px 0px;
    /* text-transform: uppercase; */
    text-decoration: none;
    font-size: 15px;
    /* font-weight: bold; */
    text-align: center;
}


#menu li a:hover {
    
}

#menu li ol {
    margin: 0;
    padding: 0;
    width: 100%;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 49px;
    border: #187ccd solid 1px;
    border-top: #187ccd solid 1px;
    left: 0;
    z-index: 999;
    background:none;
    filter: alpha(opacity=100);
    /*transition: all .2s ease-in-out;*/
}
#menu li ol li{margin-left: 0;}

#menu li:hover>ol {
    opacity: 1;
    visibility: visible;
    margin: 0;
    z-index: 1;
}

#menu ol ul {
    top: 0;
    z-index: 1;
    left: 200px;
    margin: 0 auto;
    _margin: 0;
}

#menu li ol li,#menu li:hover ol li a {
    padding: 0px;
    white-space: normal;
    float: none;
    width: 100%;
    z-index: 1;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 0;
    color: #fff;
    _line-height: 0;
    background-color: #0f65ab;
}

#menu li ol li a {
    white-space: normal;
    padding: 0px 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: none;
    display: block;
    white-space: nowrap;
    color: #fff;
    float: none;
    background-color: #257dc7;
    /* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ol li:hover,#menu li ol li:hover  a{
    background-color: #E89900;
    color:  #fff;
    height: auto;
    line-height:35px;
    margin:0;
    border-radius:0;
}