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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
    height: 191px;    
    width:625px;
	overflow: hidden;
    border-right: 1px solid #c22026;
}



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

#imageMenu ul li {
	float: left;
	list-style:none;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

