a.menuitem {
	font-family: Verdana;
	font-size: 13px;
	color: #6E0101;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

//hover for the links in Opera 5
a.menuitem:hover {
	font-family: Verdana;
	font-size: 13px;
	color: #6E0101;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

a.menuitemNetscape {
	font-family: Verdana;
	font-size: 13px;
	color: #6E0101;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

.menu {
	position: absolute;
	left: 0px;
	top: -500px;
}