 #nav_top ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 10px;
font-family: Verdana, sans-serif;
font-size: x-small;
}

#nav_top li
{
padding: 0;
margin: 0 4px 0 0;
border-top: 1px solid #cecbc6;
border-right: 1px solid #cecbc6;
border-left: 1px solid #cecbc6;
background-color: #000066;
color: #ffffff;
font-weight: bold;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: -1.32em;
}

#nav_top a:link,
#nav_top a:visited
{
background-color: #000066;
color: #ffffff;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#nav_top a:hover
{
background-color: #cecbc6;
color: #000066;
}

#nav_topclear { display: none; }

html>body #nav_topclear
{
display: block;
clear: both;
}

#nav_top li#active a
{
background-color: #fff;
color: #000066;
}