@charset "UTF-8";
/* CSS Document */

#navlist ul
{
margin-left: 0px;
padding-right: 0px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 10px 8px; }/* Adjusts height & width of highlite box & spreads out button: */

#navlist a:link, #navlist a:visited
{
	color: #333333;
	background-color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

#navlist a:hover
{
color: #fff;
background-color: #993333;
text-decoration: none;
}