#navcontainer
{
font-family: Arial,Sans-Serif;
font-size:14;
margin: 0 auto;
width: 90%;
border-bottom: 0px solid #ddd;
}

#navlist
{
width: 105%;
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;
}

#navlist li a
{
letter-spacing: 3px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: 0.05em solid #eee;
}

#navlist li a:hover,#navlist a#current
{
color: #fc6;
border-top: none;
font-size: 1.5em;
}

#navlist a#current { color: #fc6; }

