#navcontainer
{
	font-family: Arial,Sans-Serif;
	width: inherit;
	border-bottom: 1px solid #ddd;










#nav
; 										margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navlist
{
width: 91%;
text-align: center;
margin: 0;
padding: 0;
text-indent: 0;
list-style-type: none;
list-style-image: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

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

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

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

