#tablist{
	padding: 3px 0;
	margin-left: 200px;
	margin-bottom: 0;
	margin-top: 5px;
	top: 0px;
	font: bold 12px Verdana;
/* 	border-bottom: 1px solid #999;*/
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none; 
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: black;
background: lightyellow;
border-color: navy;
}

#tablist li a.current{
background: lightyellow;
}

