<style type="text/css">
<!--
.container {
        width: 980px;
        padding-top: 8px;
        margin:0 auto;
        background: #fff;       
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 24px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 13px;
        line-height: 18px;
        
        padding: 0 6px 6px 10px;
        text-decoration: none;
        color: #2389b0;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #e03e9c;
        background: url(images/rounded.gif) no-repeat bottom center;
}
-->
</style>