#navcontainer {

}

.navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
border:0 none;
float: left;
}

.navlist li
{
margin-left: -100;
padding-left: 0;
display: inline;
list-style-type: none;
border:0 none;
float: left;
}

.navlist a { padding: 1px 3px; }

.navlist a:link, .navlist a:visited
{
	background-color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

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