.menu a {
	color: #000080;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	color: yellow;
	font-weight: bold;
}
/*
.menuBar {
	background-color: #9999FF;
	position: absolute;
	top: 40px;
	left: 0px;
	height: 15px;
	z-index: 1;
	padding: 4px;
}
*/
.menuTrigger {
	/* font: 10pt "trebuchet MS", sans-serif; */
	font-family: "trebuchet MS", sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
/*	background-color: #9999FF; */
/*
	position: absolute;
	top: 40px;
*/
	padding: 0px;
	width: 100px;
	height: 10px;
	z-index: 2;
}
.menu {
	/* font: 8pt "trebuchet MS", sans-serif; */
	font-family: "trebuchet MS", sans-serif;
	font-size: 12px;
	color: #000080;
	font-weight: bold;
	background-color: #CCCCFF;
	position: absolute;
	/* top: 10px; */
	left: 90px;
	padding: 4px;
	width: 100px;
	visibility: hidden;
	z-index: 2;
}

