<!--
/* CSS Tabs */
#navlist {
        color: white;
        background: #FF4B03;
        margin: 0;
        width: 30em;
        font: normal 6px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
}

#navlist a {
        display: block;
        text-decoration: none;
        color: white;
        background: #FF4B03;
        padding: 0.25em 0.25em 0.25em 0.25em;
}


#navlist a {
        width: 30em;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #999999;
}

#navlist a:active, #navlist a#current:active {
        background: #999999;
}
-->
