/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: center;
	width: 900px;
	height: 200px;
	overflow: hidden;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 900px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

.imageMenu ul li.elephant a {
	background: url(images/elephant.jpg) repeat scroll 0%;
}

.imageMenu ul li.dogs a {
	background: url(images/dogs.jpg) repeat scroll 0%;
}

.imageMenu ul li.wildlife a {
	background: url(images/wildlife.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

.imageMenu ul li.horses a {
	background: url(images/horses.jpg) repeat scroll 0%;
	width: 310px;

}

.imageMenu ul li.about a {
	background: url(images/about.jpg) repeat scroll 0%;

}

.imageMenu ul li.pricing a {
	background: url(images/pricing.jpg) repeat scroll 0%;

}

.imageMenu ul li.newsletter a {
	background: url(images/newsletter.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/.white h3 strong em {
	font-family: Arial, Helvetica, sans-serif;
}
