#navlist-h ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist-h li
{
display: inline;
list-style-type: none;
valign: bottom
}

#navlist-h a { padding: 3px 10px; }

#navlist-h a:link, #navlist-h a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist-h a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


