

.menu0 { margin: 0; background: #eee; width:950; height:28px; font-size: 20px; font-family: trebuchet ms;}
.menu0 ul { margin: 0; padding: 0; list-style-type: none;}
.menu0 a { display: block; text-decoration: none; color: black; font-weight: bold; }
.menu0 a:hover { background: #ff9; height: 26px; }
.menu0 li { margin: 0; padding: 0;  float: left;  text-align: center; width:20%;  }

#navcontainer
{
margin-left: auto; margin-right: auto; margin-bottom: 40px; border-top: 1px solid #999; z-index: 1;
}

#navcontainer ul
{
list-style-type: none; text-align: center; margin-top: -8px; padding: 0; position: relative; z-index: 2;
}

#navcontainer li
{
display: inline; text-align: center; margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px; color: #666; background: white; border: 1px solid #ccc; text-decoration: none;
}

#navcontainer li a:hover
{
color: #000; background: #ffe; border: 1px solid #666;
}

#navcontainer li a#current
{
color: #000; border: 1px solid #666; border-top: 2px solid #666; border-bottom: 2px solid #666;
}