body {
	background: url(../images/bg1.gif) repeat-y;
}
#navlist
{
	position: absolute;
	top: 45px;
	left: 0px;
	color: white;
	background: transparent;
	padding: 0 1px;
	margin-left: 5px;
	margin-right: 5px;
	width: 75px;
	font: normal 0.7em Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
}

#navlist a
{
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color: #000000;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #5bd #035 #068 #6cf;
	border-left: 1em solid Silver;
	padding: 0.25em 0.5em 0.4em 0.75em;
	
}

#navlist a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
/* 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 {
	background: #28e;
	padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist .red a:hover, a:active
{
	border-color: #069 #6cf #5bd Red;
}

#navlist .orange a:hover
{
	border-color: #069 #6cf #5bd #FF7F50;
}

#navlist .yellow a:hover
{
	border-color: #069 #6cf #5bd Yellow;
}

#navlist .green a:hover
{
	border-color: #069 #6cf #5bd Green;
}

#navlist .blue a:hover
{
	border-color: #069 #6cf #5bd Blue;
}

#navlist .purple a:hover
{
	border-color: #069 #6cf #5bd Purple;
}

#navlist a:active
{
	border-color: #5bd #035 #068 pink;
}

