

#MainMenu {
	position: absolute;
	width: 550px;
	height: 20px;
	
	font: 14px Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: silver;
}

#MainMenu a {
	text-decoration: none;
	color: silver;
}

#MainMenu a:hover {
	text-decoration: underline;
	color: white;
}
