#navlist
{
padding: 6px 0;
margin-left: 0;
margin: 0; auto
border-bottom: 1px solid  #008080;
font: bold 18px Georgia, sans-serif;
text-align:center;

}



#navlist li
{
list-style: none;
margin: 0;
display: inline;
text-align:center;
}

#navlist li a
{
padding: 5px 0.5em;
margin-left: 3px;
border: 1px solid  #008080;
border-bottom: none;
background: #DDE;
text-decoration: none;

}

#navlist li a:link { color: #008080; }
#navlist li a:visited { color: #008080; }


#navlist li a:hover
{
color: #000;
background: #008080;
border-color: #008080;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;

}

A:link	{
color:#008080;
font-family:Georgia;
font-style:normal;
text-decoration:none;
cursor:hand;
	}
A:hover	{
color:#6666CC;
font-family:Georgia;
font-style:normal;
text-decoration:none;
cursor:hand;
	}
A:active	{
color:#003333;
font-family:Georgia;
text-decoration:none;
cursor:hand;
	}
A:visited	{
color:#993333;
font-family:Georgia;
text-decoration:none;
cursor:hand;
	}





