@charset "utf-8";
/* CSS Document */

#menu a {
	width: 135px;
	height: 20px;
	text-align: center;
	display: block;
	color: white;
	background-color: #20B2A4;
	padding-top: 4px;
	margin: 2px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	border: thin solid black;

}

#menu a:hover {
	color: #FFFFFF;
	background-color: #008080;
}