#tabs {
	padding-bottom: 4px;
	margin-bottom: 1em;
	width: 770px;
}
ul#tablist {
	margin-left: 10px; /* was 20 */
	padding-left: 0px;
	padding-bottom: 4px;
	margin-bottom: 0;
	border-bottom: 1px solid silver;
}

#tablist LI {
	display: inline;
	margin-left: 0px;

}

#tablist A:link, #tablist A:visited {
	text-decoration: none;
	color: Gray;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#tabs UL LI A:hover, #tabs UL LI A:active, #tabs UL LI A:focus {
	text-decoration: none;
	color: White;
	background-color: #666633;
}

#tabs UL LI A.openTab {
	border-bottom: 4px solid #666633;
}