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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 710px;
	height: 225px;
	overflow: hidden;
}




.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 710px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -715px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:90px;
	height: 225px;
	background-attachment: scroll;
	background-color: #f1e1b8;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	border-right-width: 0px;
	border-right-style: solid;
}
.imageMenu ul li.aantolak a {
	background-attachment: scroll;
	background-image: url(../images/aantolak-menu.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.abriones a {
	background-attachment: scroll;
	background-image: url(../images/abriones-menu.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.OLA a {
	background-attachment: scroll;
	background-image: url(../images/Assumption-LSS-Group-menu.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.ecorralejo a {
	background-attachment: scroll;
	background-image: url(../images/ecorralejo-menu.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.khori a {
	background-attachment: scroll;
	background-image: url(../images/khori-menu.gif);
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.ddgranucci a{
	background-image: url(../images/ddgranucci-menu.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0%;
}
.imageMenu ul li.lferguson a{
	background-image: url(../images/lferguson-menu.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0%;
}


.clear {
	clear: both;
}

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