
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width:1000px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	margin:0 0 0 0; padding:0; 
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
margin:0 0 0 0; padding:0; 
	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:196px;
	height: 200px;
}

#imageMenu ul li.hertz a {
	background: url(../images/hertz.jpg) repeat scroll 0%;
}

#imageMenu ul li.connection a {
	background: url(../images/connection.jpg) repeat scroll 0%;
}

#imageMenu ul li.audison a {
	background: url(../images/audison.jpg) repeat scroll 0%;
}

#imageMenu ul li.kicker a {
	background: url(../images/kicker.jpg) repeat scroll 0%;
}

#imageMenu ul li.dynamat a {
	background: url(../images/dynamat.jpg) repeat scroll 0%;

}
#imageMenu ul li.nature2 a {
	background: url(../images/nature.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

