#tablist {
	padding: 3px 0 2px 0;
	margin-left: 0;
	border-bottom: 0px solid #4D82C0; 
}

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

#tablist li a {
	padding: 3px 0.5em;
	margin-right: 2px;
	background: #FFFFFF;
	text-decoration: none;
font-size: 12px;
white-space: nowrap;
}

#tablist li a:link { 
	color: #666666; FONT-WEIGHT: bold; font-size: 12px;border: 1px solid #666666;white-space: nowrap;}

#tablist li a:visited { 
	color: #666666; FONT-WEIGHT: bold; tfont-size: 12px;border: 1px solid #666666;white-space: nowrap;}

#tablist li a:hover {
	color: #FFFFFF;
	background: #6F6F6F;
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
white-space: nowrap;}

#tablist li a.current {
	background: #6F6F6F;
	color: #FFFFFF;
font-size: 12px;white-space: nowrap;
}