.menuTarget {
	display: none;
	position: absolute;
	background-color: black;
	/* for some reason it needs a background color to be defined or it will fire weird mouse events */
}

.menuTarget a {
	background-color: #0D0D57;
	font-family: Arial, Verdana, sans-serif;
	font-size: 7pt; 
	letter-spacing: 1px;
	border-bottom: 1px solid white;
	padding: .75em;
	text-transform: uppercase;	
	display: block;
	font-weight: 200;
}

.menuTarget a:link, .menuTarget a:visited {
	text-decoration: none;
	color: white;
}

.menuTarget a:hover {
	background-color: #4D4D84;
	color: FFCC00;
}
