#c p span span {
	font-size:11px;
}

#navcontainer {
	background: #fff;
	margin: 10px 0;
}
#navlist{
padding: 4px 0;
margin-left: 0;
font-size: 10px;
font-weight: bold;
border: none;
}

#navlist li
{
list-style: none;
margin: 0 5px 0 0;
display: inline;
}
#navlist #first {
	margin-left: 15px;	
}

#navlist li a
{
padding: 4px 1em;
margin-left: 3px;
border: 1px solid #999;
border-bottom: 1px solid #999;
background: #EFEFEF;
text-decoration: none;
-webkit-border-radius: 5px;
text-shadow: 1px 1px 1px #EEE;
}

#navlist li a:link, #navlist li a:visited { color: #0086FF; }

#navlist li a:hover
{
background: #EDEDED;

color : #00ADFD;
}

#navlist li a.current
{
background: white;
border-bottom: 1px solid #999
}