@charset "utf-8";
/* CSS Document */

#navlist {
        color: white;
        background: #C49C9D;
        border-bottom: 0.2em solid #C49C9D;
        border-right: 0.2em solid #C49C9D;
        padding: 0 1px;
        margin-left: 0;
        width: 15em;
        font: Bold 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-top: 0.5em;
        color: white;
        background: #A9676B;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid #931216;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#topPadding {

padding: 0.50em 0.0em 0.0em 0.0em;

}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a {
        width: 130px;
        /* 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: 130px;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #E5C9C8;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
        background: #E5C9C8;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
}