#navlist {
        color: #000;
        background: transparent;
        /* border-bottom: 0.2em solid #17a;
        border-right: 0.2em solid #17a; */
        padding: 0 1px;
        margin-left: 0;
        /*width: 12em;*/
		width: 200px;

}

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

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: #000;
				font-family: Times, serif;
				font-size: 14px;
				font-weight:bold;
        background: #f2c68c;
        border-width: 1px;
        border-style: solid;
        border-color: #fcad56 #035 #068  #fcad56;
		    border-left: 0.8em solid #fcad56;
        padding: 0.25em 0.5em 0.4em 0.75em;
}

#navlist a#current { border-color: #fcad56 #035 #068 #fcad56; }

#navlist a {
        width: 99%;
        /* 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 */
		width: 13em;
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current {
       background: #fcad56;
	     border-color:  #068 #fcad56 #fcad56 #CC6B54; 
       padding: 0.4em 0.35em 0.25em 0.9em;
}
