                <style type="text/css">
<!--
/* CSS Tabs */
#navcontainer_ana {
        margin: 10px 0 0 70px;
        padding: 0;
        height: 20px;
}

#navcontainer_ana ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer_ana ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer_ana ul li a {
        background: #e8e7e7;
        width: auto;
        height: 24px;
        border-top: none;
        border-left: none;
        border-bottom: none;
        border-right: none;
        padding: 5px 4px 2px 4px;
        margin: 0 2px 10px 2px;
        color: #0370b3;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Tahoma, verdana, lucida, sans-serif;
		font-weight: bold;
}

#navcontainer_ana ul li a:hover {
        color: #ffffff;
        background: #00286a;
}

#navcontainer_ana a:active {
        background: #00286a;
        color: #fff;
}

#navcontainer_ana li#active a {
        background: #00286a;
        border: 1px solid #00286a;
        color: #fff;
}
-->
</style>