/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 675px;
	height: 143px;
	overflow: hidden;
}



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

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:112px;
	height: 143px;
}

.imageMenu ul li.crates a {
	background: url(../../../images/frontend/assuie/category_images/crates.jpg) repeat scroll 0 0 ;
}

.imageMenu ul li.pallets a {
	background:  url(../../../images/frontend/assuie/category_images/pallets.jpg) repeat scroll 0 0;
}

.imageMenu ul li.timber a {
	background:  url(../../../images/frontend/assuie/category_images/timber.jpg) repeat scroll  0 0;
}

.imageMenu ul li.packing_service a {
	background:  url(../../../images/frontend/assuie/category_images/packing_service.jpg) repeat scroll 0 0;
}

.imageMenu ul li.livestock a {
	background:  url(../../../images/frontend/assuie/category_images/livestock.jpg) repeat scroll 0 0;

}
.imageMenu ul li.special_products a {
	background:  url(../../../images/frontend/assuie/category_images/special_products.jpg) repeat scroll 0 0;

}
.imageMenu ul li.animal_caskets a {
	background: url(../../../images/frontend/assuie/category_images/Animal-Caskets.jpg) repeat scroll 0 0 ;
}


.clear {
	clear: both;
}

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


