
.nav {
    background: url(../../images/ftgw/top2-bg.jpg) no-repeat center top;
    height: 60px;
}
.nav .about {
    height: 60px;
    margin-left: 500px;
}
.nav .about li {
    float: left;
    height: 60px;
}
.nav .about li.current a {
    color: #fff;
}

.nav .about li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #333;
    width: 100px;
    text-align: center;
}
