
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 970px;
	height: 280px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 280px;
	width: 1000px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:88px;
	height: 280px;
}

.imageMenu ul li.corporate a {
	background: url(images/corporate.jpg) repeat scroll 0%;
}

.imageMenu ul li.video a {
	background: url(images/video.jpg) repeat scroll 0%;
width: 178px;
}

.imageMenu ul li.about a {
	background: url(images/about.jpg) repeat scroll 0%;
}

.imageMenu ul li.photography a {
	background: url(images/photography.jpg) repeat scroll 0%;
}

.imageMenu ul li.packages a {
	background: url(images/packages.jpg) repeat scroll 0%;
}

.imageMenu ul li.contacts a {
	background: url(images/contacts.jpg) repeat scroll 0%;
}

.imageMenu ul li.awards a {
	background: url(images/awards.jpg) repeat scroll 0%;
}

.imageMenu ul li.testimonials a {
	background: url(images/testimonials.jpg) repeat scroll 0%;
}

.imageMenu ul li.sitemap a {
	background: url(images/sitemap.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

