
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 950px;
	height: 220px;
	overflow: hidden;
	margin:0px auto;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 220px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #121212;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:80px;
	height: 200px;
}

#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.editorials a {
	background: url(images/editorials.jpg) repeat scroll 0%;
}

#imageMenu ul li.maternity a {
	background: url(images/maternity.jpg) repeat scroll 0%;
}

#imageMenu ul li.creative a {
	background: url(images/creative.jpg) repeat scroll 0%;

}

#imageMenu ul li.models a {
	background: url(images/models.jpg) repeat scroll 0%;

}

#imageMenu ul li.bands a {
	background: url(images/bands.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.published a {
	background: url(images/published.jpg) repeat scroll 0%;
	
}


#imageMenu ul li.fashion a {
	background: url(images/fashion.jpg) repeat scroll 0%;
	
}

#imageMenu ul li.engagements a {
	background: url(images/engagements.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}

/*************************************************************/

