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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	/*width: 100%;*/
	height: 300px;
	overflow: hidden;
	margin-left: -40px;
}



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

.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:160px;
	height: 300px;
}

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

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

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

.imageMenu ul li.winterdriving a {
	background: url(images/winterdriving.jpg) repeat scroll 0%;
	/*width: 310px;*/
}

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

.clear {
	clear: both;
}

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


