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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative; 
	left:0px; 	
	width: 885px;
	height: 350px;
	overflow: hidden; 
}

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

#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:175px;
	height: 350px;
}

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

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

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

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

#imageMenu ul li.parade a {
	background: url(../images/ac_parade.jpg) repeat scroll 0%;
	width: 500px;
}

/******    Watches  ******************/
#imageMenuWatches {
	position: relative; 
	left:0px; 	
	width: 885px;
	height: 350px;
	overflow: hidden; 
}

#imageMenuWatches ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 350px;
	width: 1500px;
	
	}

#imageMenuWatches ul li {
	float: left;
}

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






#imageMenuWatches ul li.seikowomen a {
	background: url(../images/ac_seiko_women.jpg) repeat scroll 0%;
}

#imageMenuWatches ul li.seiko a {
	background: url(../images/ac_seiko.jpg) repeat scroll 0%;
}
#imageMenuWatches ul li.citizen a {
	background: url(../images/ac_citizen.jpg) repeat scroll 0%;
}
#imageMenuWatches ul li.citizenwomen a {
	background: url(../images/ac_citizen_women.jpg) repeat scroll 0%;
	
}
#imageMenuWatches ul li.seikoclocks a {
	background: url(../images/ac_seikoclocks.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

