#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: 90%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
line-height:30px;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: bold;
color: #ffffff;
font-size: 1em;
padding: 0 2px;
border-top: 5px solid #eee;
}

#navlist li a:hover,#navlist a#current
{  
color: #ffffff;
border-top: none;
font-size: 1em;
}

#navlist a#current { color: #ffffff; }
