.menuButton {
	width: 100px;
	color: #303939;
	height: 22px;
  	padding-left: 10;
  	padding-right: 10;
	text-align: center;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	
	cursor:pointer;
	cursor:hand;
}

.menuButton: hover {
	text-decoration:none;
}

