﻿body {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei;
    background: #fff;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

#rightMenu ul {
    margin: 0;
    padding: 0;
}

#rightMenu li {
    list-style: none;
    line-height: 76px;
    height: 76px;
    float: left;
    margin: 0;
    padding: 0;
}

    #rightMenu li a {
        text-decoration: none;
        height: 37px;
        line-height: 37px;
        font-size: 16px;
        cursor: pointer;
        display: block;
        padding: 0 20px;
        margin-right: 10px;
    }

#rightMenu a:hover, a.active {
    background-color: #0378D8;
    color: white;
    border-radius: 25px;
}

#bottomwrapper {
    margin-top: 0;
}

.TopMenu {
    width: 1003px;
    margin: auto;
    height: 76px;
    line-height: 76px;
    position: relative;
    background: #fff;
}

    .TopMenu #rightMenu {
        position: absolute;
        right: 30px;
        top: 18px;
    }

#site_nav_imgLogo {
    margin: 16px 0 0 0;
}
