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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 590px;
	height: 275px;
	overflow: hidden;
	margin-left: 2px;
}
#imageMenu ul {
	list-style: none;
	display: block;
	height: 244px;
	width: 1000px;
	margin-left: 0px;
	padding-left: 14px;
	padding-top: 2px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:71px;
	height: 244px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	outline:none;
}
#imageMenu   ul   li.portraits   a {
	background: url(images/portraits.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.weddings  a {
	background: url(images/weddings.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.kids  a {
	background: url(images/kids.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.performance  a {
	background: url(images/performance.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.projectdoc  a {
	background: url(images/projectdoc.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.events  a {
	background: url(images/events.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.locations  a {
	background: url(images/locations.jpg) repeat scroll 0%;
}
#imageMenu  ul  li.websites  a {
	background: url(images/websites.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

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

