/* buttonStyle.css  for Franklands Farm website */

.clear {
	clear: both;
}

.container {
	width: 746px;
	margin: auto;
}

.menuBox {
	width: 146px;
	height: 250px;
	float: left;
	margin-right: 20px;
	margin-top: -15px;
/*	margin-bottom: -25px; */
	background-image: url(/images/buttonbox.gif);
}
.sideMenu {
	width: 47px;
	height: 227px;
	float: left;
	margin-left: 13px;
	margin-top: 10px; 
}
.mainMenu {
	width: 47px;
	height: 230px;
	float: left;
	margin-left: 5px;
	margin-top: 10px; 
}

.menuButton a {
	display: block;
	width:74px;
	float: left;
	margin: 0px;
	background-position: bottom center;
}
.menuButton a:link {
	background-position: bottom center;
}
.menuButton a:hover {
	background-position: top center;
}
a#historyButton {
	display: block;
	float: left;
	width: 74px;
	height: 32px;
	margin: 0px;
	background-image: url(/images/buttons/historyButton.gif);
}
a#facilityButton {
	display: block;
	float: left;
	width: 74px;
	height: 34px;
	margin: 0px;
	background-image: url(/images/buttons/facilityButton.gif);
}
a#trainersButton {
	display: block;
	float: left;
	width: 74px;
	height: 34px;
	margin: 0px;
	background-image: url(/images/buttons/trainersButton.gif);
}
a#servicesButton {
	display: block;
	float: left;
	width: 74px;
	height: 32px;
	margin: 0px;
	background-image: url(/images/buttons/servicesButton.gif);
}
a#salesButton {
	display: block;
	float: left;
	width: 74px;
	height: 33px;
	margin: 0px;
	background-image: url(/images/buttons/salesButton.gif);
}
a#newsButton {
	display: block;
	float: left;
	width: 74px;
	height: 36px;
	margin: 0px;
	background-image: url(/images/buttons/newsButton.gif);
}
a#contactButton {
	display: block;
	float: left;
	width: 74px;
	height: 29px;
	margin: 0px;
	background-image: url(/images/buttons/contactButton.gif);
}

