@charset "utf-8";


.menubutton {
	float: left;
	width: 120px;
	height: 75px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bolder;
	font-size: large;
	border: thick double #030C68;
	border-radius: 20px;
	background-color: #EDF4F7;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	color: #0E5623;
	text-shadow: 0px 0px #151313;
	text-transform: uppercase;
	padding-bottom: 10px;
	clear: none;
	text-align: center;
	margin-left: 8px;
	padding-top: 40px;
}
.pad {
	background-color: #29DF3E;
	text-transform: uppercase;
}
