#MENUBAR {
	border: 0;
	background: #009;
	padding: 0;
	margin: 0;
	font: normal normal 70%/120% Verdana, sans-serif;
}

#MENUBAR A {
	color: White;
	text-decoration: none;
}

#MENUBAR A:hover {
	color: Yellow;
	text-decoration: underline;
}

