
.jimgMenu {
	position: left;
	width: 960px;
	height: 212px;
	overflow: hidden;
	margin: 0;

}

.jimgMenu ul {

	list-style: none;
	margin: 0px;
	display: block;
	height: 212px;
	width: 2880px;
	}

.jimgMenu ul li {
	float: left;
	padding:0 ;
	margin: 0;

}

.jimgMenu ul li a {
	
	

	background-color:#dfdfdf;
	border: 5px solid #dfdfdf
	border-right-style: solid #dfdfdf thick;
	cursor:thumb;
	display:block;
	overflow:hidden;
	width:78px;
	height: 212px;
}

.jimgMenu ul li.architectural a {
	background: url(images/architectural.jpg) repeat scroll 0%;
}

.jimgMenu ul li.automotive a {
	background: url(images/automotive.jpg) repeat scroll 0%;
}

.jimgMenu ul li.commercial a {
	background: url(images/commercial.jpg) repeat scroll 0%;
}
.jimgMenu ul li.engineering a {
	background: url(images/engineering.jpg) repeat scroll 0%;
}

.jimgMenu ul li.marine a {
	background: url(images/marine.jpg) repeat scroll 0%;
}

.jimgMenu ul li.industrial a {
	background: url(images/industrial.jpg) repeat scroll 0%;
	min-width:480px;
	
}


