#menu {
	height: 50px;
	background-color: #2E983A;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	float: left;
	display: block;
	width: 240px;
	height: 50px;
	text-align: center;
	line-height: 45px;	
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	font-size: 20px;
}
#menu li a {
	text-decoration: none;
	color: white;
	
}
#menu li:hover {
	background-color: gray;
	text-decoration-color: black;
}

