#navcontainer
{
	margin: 0;
	padding: 0;
	height: 22px;
	font: 11px Verdana, sans-serif;
	width: 100%;
	list-style-type: none;
	background: #fff;
}

#navlist li
{
float: left;
margin: 0;
padding-right: 15px;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{/* The permanent "box" */
background: #fff; 
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{/* Mouse-over w/"finger"*/
color: #000;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}


/* These next items don't do anything it seems*/
#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}
