#menu {
	position:absolute;
	width:600px;
	height:19px;
	z-index:15;
	left: 50%;
	top: 140px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: -380px;
}
#menu a{
margin-right: 20px;
color:#FFFFFF;
text-decoration: none;
}
#menu a:hover{
color:#FCD72E;
}
#menu a:active{
}
