.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border: thin solid #217D94;
	text-decoration: none;

}
.menu a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #003399;

}
.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #66FFFF;
	background-color: #105984;
}
.menu a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;

}
.menu a:active {
	color: #66FFFF;
}

.menunoborder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;


}
.menunoborder a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	color: #003399;

}
.menunoborder a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #66FFFF;
	background-color: #105984;
}
.menunoborder a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;

}
.menunoborder a:active {
	color: #66FFFF;
}

