#MainMenu {
	background-color: black;
	color: #B0B598;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-align: center;
}
.mainmenu {
	background-color: black;
	color: #B0B598;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-align: center;
}
A.mainmenu:link {
	color:#aaaaaa;
	text-decoration:none
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-right: 20;
}
A.mainmenu:visited {
	color:#aaaaaa;
	text-decoration:none;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-right: 20;
}
A.mainmenu:hover {
	color:white;
	text-decoration:none;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-right: 20;
}
A.mainmenu:active {
	color:#aaaaaa;
	text-decoration:none;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	padding-right: 20;
}
div.mainmenu {
	text-align:left;
	background-color: black;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
