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

	Image Menu
	v 2.2

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


#imageMenu 
	{
		position: relative;
		width: 620px;
		height: 200px;
		overflow: hidden;
	}



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

#imageMenu ul li 
	{
		float: left;
	}

#imageMenu ul li a 
	{
		text-indent: -1000px;
		background:#000000 none repeat scroll 0%;
		border-right: 2px solid #fff;
		cursor:pointer;
		display:block;
		overflow:hidden;
		width:70px;
		height: 200px;
	}
/*
#imageMenu ul li.home a 
	{
		background: url(img/nav_home.jpg) repeat scroll 0%;
	}
*/
#imageMenu ul li.wedding a 
	{
		background: url(img/nav_wedding.jpg) repeat scroll 0%;
	}
#imageMenu ul li.engagement a 
	{
		background: url(img/nav_engagement.jpg) repeat scroll 0%;
	}

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

#imageMenu ul li.portrait a 
	{
		background: url(img/nav_portrait.jpg) repeat scroll 0%;
	}
#imageMenu ul li.pet a 
	{
		background: url(img/nav_pet.jpg) repeat scroll 0%;
	}
#imageMenu ul li.event a 
	{
		background: url(img/nav_event.jpg) repeat scroll 0%;
	}
/*
#imageMenu ul li.gallery a 
	{
		background: url(img/nav_gallery.jpg) repeat scroll 0%;
	}
*/
#imageMenu ul li.customer a 
	{
		background: url(img/nav_customer.jpg) repeat scroll 0%;
	}
#imageMenu ul li.contact a 
	{
		background: url(img/nav_contact.jpg) repeat scroll 0%;
	}

.clear 
	{
		clear: both;
	}

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

