/* CSS Document */

<style type="text/css">
<!--
/* BEGIN style6 */

#navcontainer {height: 30px; margin-top:15px;}

#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
margin:0 auto;
}

#navlist li
{
display: inline;
list-style-type: none;
line-height:35px;
}

#navlist a {
	padding: 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #666666;
text-decoration: none;
}

/* END style6 */
-->
</style>

