 
<style>
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #FFCC99;
color: #fff;
}
h1 {	font-family: Tahoma, Verdana;	font-size: 18px;	color: #003366;	font-weight: bold;	text-decoration:none;}
h2 { font-size: 90%; }
h3 { font-size: 85%; }
 </style>
 
