.nav {
    width: 100%;
    height: 40px;
    background-image: url("/resources/styles/v2/images/nav_bg.png");
}

.nav-navbar {
    height: 40px;
}

.nav-navbar > ul > li {
    float: left;
    width: 121px;
    height: 40px;
    text-align: center;
    font-size: 1.33em;
    line-height: 40px;
}

.nav-navbar > ul > li:hover {
    background-image: url("/resources/styles/v2/images/navbar_hover.png");
}

.nav-navbar > ul > li > a {
    color: #fff;
    background: no-repeat 0 3px;
    display: inline-block;
    height: 40px;
    width: 108px;
    text-decoration: none;
}

.nav-navbar > ul > li > i {
    width: 1px;
    height: 21px;
    background-image: url("/resources/styles/v2/images/icons/split_line.png");
    float: right;
    margin-top: 0.7em;
}

.nav-navbar > ul > li > a.select {
    background-image: url("/resources/styles/v2/images/navbar_select.png");
    color: #3d67ad;
}