#navlist
{
	color: white;
	background: #17a;
	border-bottom: 0.2em solid #17a;
	border-right: 0.2em solid #17a;
	padding: 0 1px 5px;
	margin-left: 0;
	width: 8px;
	font: normal .8em Verdana, sans-serif;
/*	float: left;*/
}

#navlist li
{
	list-style: none;
	margin: 0;
	left: auto;
	position: relative;
	float: left;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-top: 0.5em;
	color: white;
	background: #39c;
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
	border-left: 1em solid #fc0;
	padding: 0.25em 0.5em 0.4em 0.75em;
}


#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: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navlist a:hover, #navlist a#current:hover
{
	background: #28b;
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #fc0;
}

#navlist a:active, #navlist a#current:active
{
background: #17a;
border-color: #069 #6cf #5bd white;
padding: 0.4em 0.35em 0.25em 0.9em;
}
