@charset "utf-8";

.nav {
    width: 100%;
    height: 40px;
    background: #716ACA;
}

.nav-navbar {
    height: 40px;
}

.nav-navbar > ul > li {
    float: left;
    width: 134px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    position: relative;
}

.nav-navbar > ul > li > a {
    color: #F7F6FF;
    display: inline-block;
    height: 40px;
    width: 108px;
    text-decoration: none;
}

.nav-navbar > ul > li > i {
    width: 1px;
    height: 21px;
    background-image: url("../img/nav/split_line.png");
    float: right;
    margin-top: 0.7em;
}

.nav-navbar > ul > li > a.select {
    background-image: url("../img/nav/nav_selected.png");
    background-repeat: repeat-x;
    color: #716ACA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 3px;
}
.nav-navbar > ul > li > a:hover{
    background-image: url("../img/nav/nav_selected.png");
    background-repeat: repeat-x;
    color: #716ACA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 3px;
}
.nav_second{
    width:100%;
    height: 40px;
    background: #F9FBFC;
}
.nav-navbar > ul > li >.second{
    position: absolute;
    top:40px;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    text-align: left;
    width:600px;
    display: none;
}
.nav-navbar > ul > li >.second.on{
    display: block;
}
.nav-navbar > ul > li >.second >a{
    font-size: 14px;
    color: #666666;
    margin-right: 50px;
}
.nav-navbar > ul > li >.second >a.on{
    color: #3D67AD;
}
