#hornavcontainer {
width: 930px;
position: relative;
float: left;
margin: 0 auto;
padding: 0.8em 0 0.8em 0;
font-family: Trebuchet MS, Lucidia Sans Unicode, Verdana;
font-size: 11px;
color: #ffffff;
text-align: center;
margin: 0 0 0 0;
background: url("bluestripe.jpg") top left;
}

ul#hornavlist  {
list-style: none;
text-align: center;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#hornavlist li {
display: inline;
width: 100%;
margin: 0;
padding: 0;
}

ul#hornavlist li a {
display: inline;
font-family: Trebuchet MS, Lucidia Sans Unicode, Verdana;
font-size: 11px;
width: 100%;
padding: 0.8em 1em 0.8em 1em;
border-width: 0 0 0 0;
color: #ffffff;
text-decoration: none;
}

#hornavcontainer>ul#hornavlist li a { width: auto; }

ul#hornavlist li#active a {
color: #722900;
background: #90afd6;
border-color: #bd7836;
}

ul#hornavlist li a:hover, ul#hornavlist li#active a:hover {
color: #722900;
background: #90afd6;
border-color: #bd7836;
}

