.menuSpacer {
	height: 30px;
	width: 15px;
}
.menuOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	text-transform: none;
}
.menuOption a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	text-transform: none;
}
.menuOption :visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: auto;
	text-transform: none;
}
.menuOption a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00539D;
	text-decoration: none;
	text-align: center;
	width: auto;
	text-transform: none;
}
.menuOption a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00539D;
	text-decoration: none;
	text-align: center;
	width: auto;
	text-transform: none;
}
.menuOption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 40%;
}
.menuOption2 a:link {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
.menuOption2 :visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
.menuOption2 a:hover {
	color: #00539D;
	text-decoration: none;
	text-transform: none;
}
.menuOption2 a:active {
	color: #00539D;
	text-decoration: none;
	text-transform: none;
}