<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header_menu
{
}
#header_menu UL
{
	position: relative;
	top: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_menu LI
{
	float: left;
	text-align: center;
	margin-right: 12px;
}
#header_menu LI:hover
{
	position: relative;
}
#header_menu LI A
{
	display: block;
	font-family: Georgia;
	font-size: 13px;
	padding: 5px 10px;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header_menu LI A
{
}
#header_menu LI A:hover
{
	color: #00853F;
	font-weight: bold;
	text-decoration: none;
}
#header_menu LI A:hover:visited
{
	color: #00853F;
	text-decoration: none;
}
#header_menu .selected
{
	color: #00853F;
}
#header_menu UL LI UL
{
	position: absolute;
	background-color: #00533C;
	z-index: 10;
	left: 0;
	top: 100%;
	visibility: hidden;
}
#header_menu UL LI UL LI
{
	float: none;
	text-align: left;
}
</pre></body></html>