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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width:589px;
	height: 200px;
	overflow: hidden;
	border-right:2px solid #333;
	background-color:#fff;
	

}



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

#imageMenu ul li {
	float: left;

}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#EBEBEB none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:117px;
	border-right: 2px solid #fff;
	height: 200px;
}

#imageMenu ul li.bir a {
	background: url(images/porsche.jpg) repeat scroll 0%;
}

#imageMenu ul li.iki a {
	background: url(images/eberhard.jpg) repeat scroll 0%;
}

#imageMenu ul li.uc a {
	background: url(images/piaget.jpg) repeat scroll 0%;
}

#imageMenu ul li.dort a {
	background: url(images/bellross.jpg) repeat scroll 0%;
}

#imageMenu ul li.bes a {
	background: url(images/tagheuer.jpg) repeat scroll 0%;
	
}

.clear {
	clear: both;
}

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