<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.halfmoon{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #990000;
color: #FFFFFF;
}

.halfmoon ul{
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
display: inline;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.halfmoon li a{
	text-decoration: none;
	padding: 2px 0px 2px 0px; /*distance between each tab*/
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 16px;
	background: #990000;
	font-family: Arial Narrow;
	font-weight: bold;
}

.halfmoon li a:visited{
color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li.selected a{
color: #FAB01A;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position: absolute;
	top: 0;
	border: 0px none; /*THEME CHANGE HERE*/
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 12px;
	z-index: 100;
	background-color: #990000;
	visibility: hidden;
	margin-top: -3px;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 4px;
	padding: 5px 2px 5px 1px;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:active, .dropmenudiv_e a:visited { /*THEME CHANGE HERE*/
color: #FFFFFF;
}

.dropmenudiv_e a:hover { /*THEME CHANGE HERE*/
color: #FAB01A;
}
</pre></body></html>