.menu a{
	color: white;
	text-decoration: none;
}

.ho a{
	color: Black;
	text-decoration: none;
}

.menu a:hover{
	color: yellow;
}

.menuBar{
	
	position: absolute;
	top: 0;
	left: 0;
	height: 10;
	width: 100;
	z-index: 1000;
	padding: 0px;
}
.menuTrigger{
	font: 10pt Verdana, sans-serif;
	
	position: absolute;
	top: 0;
	padding: 0px;
	width: 100;
	height: 21;
	z-index: 2000;
	cursor: pointer;
	cursor: hand;
}
.menu{
	font: 8pt Verdana, sans-serif;
	color: white;
	background-color: Gray;
	position: absolute;
	top: 10;
	padding: 0px;
	width: 100;
	visibility: hidden;
	z-index: 3000;
}

body
{
	background-color: #3399ff;
}
