.menu{
	margin-top: 20px;
	font-family: 'Cherry Swash', cursive;
}

.button1{
	background-color: #B48E05;
	color: white;
	width: 141px;
	height: 134px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 15px;
}

.button1:hover{
	color: black;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	background-position:50% 70%; 
}

.button2{
	background-color: #A07E05;
	color: white;
	width: 141px;
	height: 134px;
	float: left;
	margin-right: 10px;
	padding-top: 15px;
}

.button2:hover{
	color: black;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	background-position:50% 70%;  
}

.button3{
	background-color: #8C6F04;
	color: white;
	width: 141px;
	height: 134px;
	float: left;
	margin-right: 10px;
	padding-top: 15px;
}

.button3:hover{
	color: black;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	background-position:50% 70%;  
}

.button4{
	background-color: #785F04;
	color: white;
	width: 141px;
	height: 134px;
	float: left;
	margin-right: 10px;
	padding-top: 15px;
}

.button4:hover{
	color: black;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	background-position:50% 70%; 
}

.button5{
	background-color: #644F03;
	color: white;
	width: 141px;
	height: 134px;
	float: left;
	padding-top: 15px;
}

.button5:hover{
	color: black;
	background-image: url('images/hover.jpg');
	background-repeat: no-repeat;
	background-position:50% 70%;  
}