/*        V3        */
#navcontainer {
margin:0;
padding:0;}
	
#navlist
{
color: white;
background: #fff;
padding: 0px;
margin: 0;
width: 210px;
font: normal 0.8em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
	display: block;
	text-decoration: none;
/*	margin-bottom: 0.5em;
	margin-top: 0.5em;*/
	color: white;
	background: #39c;
	padding: 0.25em 0.5em 0.4em 0.75em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5bd;
	border-right-color: #035;
	border-bottom-color: #068;
	border-left-color: #FF0033;
}

#navlist a#current { border-color: #5bd #035 #068 #f30; }

#navlist a
{
width: 210px;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 210px;
/* 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: #069 #6cf #5bd #fc0;
border-left: 1em solid #fc0;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist .current
{
	background: #17a;
	padding: 0.4em 0.35em 0.25em 0.9em;
	border-top-color: #069;
	border-right-color: #6cf;
	border-bottom-color: #5bd;
	border-left-color: #c1052a;
}

