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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1000px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#fff;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:131px;
	height: 200px;
	/*border-right: 5px solid #202020;*/
	/*padding: 10px;*/

}

#imageMenu ul li.accord a {
	background: url(images/accord.jpg);
}

#imageMenu ul li.civic a {
	background: url(images/civic.jpg);
}

#imageMenu ul li.greenviper a {
	background: url(images/greenviper.jpg);
}

#imageMenu ul li.porsche a {
	background: url(images/porsche.jpg);
	width: 310px;
}

#imageMenu ul li.s10 a {
	background: url(images/s10.jpg);
	width: 310px;
}

#imageMenu ul li.viper a {
	background: url(images/viper.jpg);
	width: 310px;
}
.clear {
	clear: both;
}

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