               <style type="text/css">
<!--
/* CSS Tabs */
#navcontainer {
        margin: 0 0 0 671px;
        padding: 0;
        height: 18px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #458FD0;
        width: 90px;
        height: 18px;
        border-left: 1px solid #ffffff;
        border-right: none;
        padding: 0;
        margin: 0 0 0 0;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px verdana;
}

#navcontainer ul li a:hover {
        color: #ffffff;
        background: #146EA7;
}

#navcontainer a:active {
        background: #458FD0;
        color: #ffffff;
}

#navcontainer li#active a {
        background: #458FD0;
       color: #ffffff;
}
-->
</style>