#menu {
	float: left;
	width: 179px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	cursor: pointer;
	height: 90px;
	background-color: #62d413;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px;
}
#menu a {
	color: white;
	text-decoration: none;
}
