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

	Image Menu
	v 2.2

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

#imageMenu1 {
	position: relative;
	width: 522px;
	height: 240px;
	overflow: hidden;
 padding-left: 80px;
 }

#imageMenu {
	position: relative;
	width: 522px;
	height: 240px;
	overflow: hidden;
 padding-left: 80px;
  
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -520px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 240px;
}

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

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

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


.clear {
	clear: both;
}

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


#imageMenu1 {
	position: relative;
	width: 522px;
	height: 240px;
	overflow: hidden;
 padding-left: 83px;
 }



#imageMenu1 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 1000px;
	
	}

#imageMenu1 ul li {
	float: left;
}

#imageMenu1 ul li a {
	text-indent: -520px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 240px;
}

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

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

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

.clear {
	clear: both;
}

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

