.topmenuUl {
    display: block;
    float: left;
    width: 980px;
}

.topmenuUl .jquery_out {
    float: left;
    line-height: 32px;
    display: block;
    border-right: 1px solid #015cad;
    text-align: center;
    font: 18px/32px "微软雅黑";
    background: #0055a5 url(../images/slide-panel_03.png) 0 0 repeat-x;
}

.topmenuUl .jquery_out .smile {
    padding-left: 1em;
}

.topmenuUl .jquery_inner {
    margin-left: 16px;
}

.topmenuUl .jquery {
    margin-right: 1px;
    padding: 0 2em;
}

.topmenuUl .mainlevel {
    width: 120px;
    line-height: 20px;
    float: left;
    text-align: center;
    position: relative;
    border-right: 1px solid #015cad;
}

.topmenuUl .mainlevel a {
    text-decoration: none;
    padding: 0 0px;
    font-size: 14px;
    color: #0055a5;
}

.topmenuUl .mainlevel a:hover {
    text-decoration: none;
    color: #99ccff;
}

.topmenuUl .mainlevel ul {
    display: none;
    position: absolute;
    width: 120px;
    left: 0;
    filter: Alpha(opacity=90);
    padding-top: 18px;
}

.topmenuUl .mainlevel li {
    border-top: 1px solid #0055a5;
    background: #FFFFFF;
    width: 100px;
    /*IE6 only*/
    width: 105px;
    line-height: 20px;
    padding: 10px;
}

.daohangxian1 {
    border-top: 1px solid #015cad;
    width: 1002px;
    border-bottom: 1px solid #015cad;
    width: 1002px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.daohangxian2 {
    width: 1002px;
    border-bottom: 1px solid #015cad;
    width: 1002px;
    margin-top: 2px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.topmenuUl .mainlevel:hover>a{
    text-decoration: none;
    color: #99ccff;
    cursor: pointer;
}

.topmenuUl .mainlevel:hover>ul{
    display: block;
}