
/* rounded */

#nav {
        margin: 0;
        padding: 5px 0 20px 20px;
        border-bottom: 1px #3c3c3c solid;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #605d5c;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
        background: url(bin/images/rounded.gif) no-repeat bottom center;
}


