
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 480px;
height:30px;
border-bottom: 1px solid #AAA;
}

#navlist
{
width: 460px;
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;
padding:2px;
}

#navlist li a
{
text-decoration: none;
color: #AAA;
font-size: 14px;
line-height:28px;
vertical-align: top;


}

#navlist li a:hover
{
color: #000000;
font-size: 28px;
font-weight:bold;
background:#AAFFAA;
line-height:28px;
}


