
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 1000px;
	height: 88px;
	overflow: hidden;
	list-style: none;
	margin-left: 1px;
	background-color: #1e4710;
	margin-left: auto;
margin-right: auto;
list-style: none;
margin-left: 0px;
padding-left: 0px;
	margin-bottom: 1px;

}

#imageMenu li {
list-style: none;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 78px;
	width: 1000px;
	margin-left: 3px;
	margin-left: 0px;
padding-left: 0px;
	margin-bottom: 2px;
	}

#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:330px;
	height: 88px;
	margin-bottom: 2px;
}

#imageMenu ul li.one a {
	background: url(images/menu_box1.png) repeat scroll 0%;
}

#imageMenu ul li.two a {
	background: url(images/menu_box2.png) repeat scroll 0%;
}

#imageMenu ul li.three a {
	background: url(images/menu_box3.png) repeat scroll 0%;
}

#imageMenu ul li.four a {
	background: url(images/button_gallery.png) repeat scroll 0%;
}

#imageMenu ul li.five a {
	background: url(images/button_contact.png) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

