

.container {
        width: 955px;
        height: 20px;
        padding: 6px;
        margin: 1px 0 15px 0;
        border: 0px solid #737373;
        background: #;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 1px 5px;
        border-bottom: 0px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 15px;
        line-height: 10px;
        font-weight: bold;
        padding: 0 25px 12px 25px;
        text-decoration: none;
        color: #B7C1C8;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #FFF;
        background: url(../img/rounded.gif) no-repeat bottom center;
}