
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.engagements a {
	background: url(images/engagements.jpg) repeat scroll 0%;
}

#imageMenu ul li.weddings a {
	background: url(images/weddings.jpg) repeat scroll 0%;
}

#imageMenu ul li.musicians a {
	background: url(images/musicians.jpg) repeat scroll 0%;
}

#imageMenu ul li.senior a {
	background: url(images/senior.jpg) repeat scroll 0%;
}

#imageMenu ul li.childfamily a {
	background: url(images/childfamily.jpg) repeat scroll 0%;


.clear {
	clear: both;
}

/*************************************************************/


