#menu, #menu ul {
	width: 662px;
	height: 28px;
	position: absolute;
	list-style: none;
	left: 307px;
	top: 72px;
	/*background-color: red;*/
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-decoration: none;
	padding: 11px;
	/*background-color: red;*/
}

#menu a:hover {
	color: rgba(0,255,0,1);
}

