#imageMenu {
	position: relative;
	width: 1000px;
	height: 200px;
	border-top: 1px solid #FFFFFF;
	
	
	
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #000000;
	cursor:pointer;
	display:block;
	overflow:visible;
	width:90px;
	height: 200px;
}

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

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

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

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

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

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

#imageMenu ul li.sports a {
	background: url(images/sports.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.wedding a {
	background: url(images/wedding.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.djbooth a {
	background: url(images/djbooth.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.eventcalendar a {
	background: url(images/eventcalendar.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	width: 275px;
}
.clear {
	clear: both;
}

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

