
	.farm a {
		display:block;
		width: 212px;
		height: 82px;
		background: url("images/kitchenTableNav.jpg") 0 0 no-repeat;
		}
	.farm a:hover { 
		background-position: 0 -82px;
		}
	.farm a:active {
		background-position: 0 -164px;
		}
	
	
	.food a {
		display:block;
		width: 212px;
		height: 82px;
		background: url("images/happeningsNav.jpg") 0 0 no-repeat;
		}
	.food a:hover { 
		background-position: 0 -82px;
		}
	.food a:active {
		background-position: 0 -164px;
		}
