#natorTab > ul {
    list-style: none;
    max-width: 100%;
    margin-left: 0;
    overflow: hidden;
    padding-left: 0;
    width: 702px;
}
#natorTab > ul li {
    float: left;
    text-align: center;
}
#natorTab > ul li a {
    background: #fafafa;
    color: #999999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    text-decoration: none;
}
#natorTab > ul li a.selected, #natorTab > ul li a:hover {
    background: #f1f1f1;
    color: #367c2b;
}
