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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 100%;
	height: 150px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 150px;
	padding-left: 0px;
	position: relative;
	clear: left;
	float: left;
	left: 50%;
	}

.imageMenu ul li {
	float: left;
	position: relative;
	right: 50%;
}

.imageMenu ul li a {
	text-indent: -1000px;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 150px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.Home a {
	background-attachment: scroll;
	background-image: url(../IMAGES/home.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.RanchStallions a  {
	background-attachment: scroll;
	background-image: url(../IMAGES/RANCH%20STALLIONS.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}

/*************************************************************/
.imageMenu ul li.Catalogue a {
	background-attachment: scroll;
	background-image: url(../IMAGES/Catalogue.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.HorsesforSale a  {
	background-attachment: scroll;
	background-image: url(../IMAGES/HORSES%20FOR%20SALE.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.Video a {
	background-attachment: scroll;
	background-image: url(../IMAGES/VIDEO.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.imageMenu ul li.Contact a {
	background-attachment: scroll;
	background-image: url(../IMAGES/contact.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
}

.clear {
}
