@charset "utf-8";
/* CSS Document */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	height: auto;
	width: auto;
}

#navlist a {
	color: #cc0000;
	background-color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#navlist a:hover
{
color: #fff;
background-color: #009999;
text-decoration: none;
}

#active a
{
color: #666666;
background-color: #fff;

text-decoration: none;
}




a:hover {
	color: #669999;
}
a:visited {
	color: #669999;
}
