<!--
/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
        white-space: nowrap;
		line-height: 11px;
		color: #ffffff;
}

ul#navlist li {
        float: left;
        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        padding: 7px 0 7px 0;
        background-color: #1E2D58;
		color: #ffffff;
        /*border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;*/
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 0px 10px 0px 10px;
        color: #ffffff;
        /*border-right: 1px dashed #d1e3db;*/
        text-decoration: none;
}

ul#navlist li#active {
        color: #ffffff;
        background-color: #A0E7D7;
}

#navlist a:hover {

        font-family: arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
		color: #000000;
        margin: 0;
        padding: 9px 10px 7px 10px;
        background-color: #A0E7D7;
}
-->