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

#navcontainer 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: #EBEBEB;
color: #990000;
font-weight: bold;
/* the next 4 lines are magic */
display: block;
float: left;
position: relative;
top: 0em;
}

#navcontainer a:link,
#navcontainer a:visited
{
background-color: #EBEBEB;
color: #990000;
text-decoration: none;
padding-left: 1em;
padding-right: 1em;
}

#navcontainer a:hover
{
background-color: #cecbc6;
color: #990000;
}

#navcontainerclear { display: none; }

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

#navcontainer li#active a
{
background-color: #cecbc6;
color: #990000;
}

a {
text-decoration: none;
color: #990000;
}