<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navigation {
	background-color: #060;
}

UL#menuhead {
	PADDING-BOTTOM: 9px;
	PADDING-TOP: 9px;
	WHITE-SPACE: nowrap;
	LIST-STYLE-TYPE: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-left: 16px;
}
UL#menuhead LI {
	DISPLAY: inline;
}
UL#menuhead A {
	COLOR: #FFF;
	TEXT-DECORATION: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
UL#menuhead A.current {
	color: #E8D9B6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E8D9B6;
}
UL#menuhead A:hover {
	COLOR: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #009300;
}
</pre></body></html>