/* CSS Tabs */
#navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #006600;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #ffffff;
        border-right: 1px dashed #EEFDF7;
        text-decoration: none;
}

ul#navlist li#active {
        color: #ffffc0;
        background-color: #004000;
}

li#search {
        text-align:right;
        width:130px;
}

#navlist a:hover {
        color: #006600;
        background-color: #EEFDF7;
}
