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

	Image Menu
	v 2.2

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


#imageMenu {
border:1px solid #fff;
height:200px;
overflow:hidden;
padding-top:0px;
position:relative;
width:520px;
}


#imageMenu ul {
display:block;
height:200px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0pt;
width:1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
text-indent: -1000px;
background:#FFFFFF none repeat scroll 0%;
border-right: 1px solid #000;
cursor:pointer;
display:block;
overflow:hidden;
width:129px;
height:200px;
}

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

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

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

#imageMenu ul li.commercial a {
	background: url(images/commercial.jpg) repeat scroll 0%;
	width: 375px;
}


.clear {
	clear: both;
}

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

