#menu {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	width: 1000px;
	z-index: 3;
}

#menu a {
	border-bottom: 1px solid #006;
	color: #600;
	font-family: sans-serif;
	font-weight: bold;
	padding: 3pt 13pt;
	text-decoration: none;
}

#menu a:hover {
	background-color: #300;
	color: #ffc;
}
