﻿
/**************************************************************

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 428px;
	height: 208px;
	overflow: hidden;
	border-left: 1px solid #fff;
	margin: 0;

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 208px;
		width: 1000px;
		text-align: left;
		padding: 0;
	
	}

#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:105px;
	height: 208px;
}
 /* commented backslash mac hiding hack \*/
* html #imageMenu ul li a {
	width:107px;
}
/* end hack */

#imageMenu ul li.pi-link a {
	background: url(images/imagemenu/personal_injury.jpg) repeat scroll 0%;
}

#imageMenu ul li.vehicle-link a {
	background: url(images/imagemenu/vehicle_acc.jpg) repeat scroll 0%;

}

#imageMenu ul li.truck-link a {
	background: url(images/imagemenu/trucking-accidents.jpg) repeat scroll 0%;

}

#imageMenu ul li.contact-link a {
	background: url(images/imagemenu/contactus_photo2.jpg) repeat scroll 0%;

}


.clear {
	clear: both;
}

/*************************************************************/

