/* CSS Tabs */
#navlist {
        color: #FFFFFF;
        background: #7F7F7F;
        padding: 0 0px;
        margin-left: 0;
        width: 10em;
        font: normal 11px Verdana, sans-serif;
}

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

#navlist a {
	display: block;
	text-decoration: none;
	color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #B5B5B5 #7F7F7F #666666 #7F7F7F;
	padding: 0.25em 0.5em 0.4em 0.4em;
}

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

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 8.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: #28b;
        border-color: #28b #6cf #28b #28b;
      /*  padding: 0.4em 0.35em 0.25em 0.9em;*/
}

#navlist a:active, #navlist a#current:active {
        background: #17a;
        border-color: #069 #6cf #17a #17a;
        padding: 0.4em 0.35em 0.25em 0.5em;
}
body {
	background-color: #7F7F7F;
}

                
