.menu {
	position: absolute;
	z-index: 100;
	border-right: 1px solid #080808;
	border-bottom: 2px solid #080808;
	background-color: #FED559;
	line-height: 18px;
	font-size: 11px;
}

.menu a, .menu a:visited {
	color: #080808;
	font-weight: bold;
	display: block;
	padding: 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	display: block;
	padding: 0px 8px;
}

.menu a:hover { 
	background-color: #FF9900;
	color: white;
	text-decoration: none;
}

#menu_about, #menu_ending, #menu_data, #menu_policy, #menu_involved {
	display: none;
	text-align: left;
}