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

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	padding-top:10px
}



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

#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:200px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

