td.menubar {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	color: White;
}

a.menubar {
	font-size: x-small;
	color: White;
	text-decoration: none;
	font-family: Arial;
}

a.menubar:hover {
   font-family: Arial;
	font-size: x-small;
	color: Maroon;
	background-color: #CC9966;
	text-decoration: none;
}

a.menubar:visited {
   font-family: Arial;
	font-size: x-small;
	color: White;
	text-decoration: none;
}