#imageMenu ul, #imageMenu li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#imageMenu {
	position: relative;
	width: 930px;
	height: 180px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 180px;
	width: 1000px;
	
	}

#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:154px;
	height: 180px;
}

#imageMenu ul li.opt1 a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li.opt2 a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li.opt3 a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li.opt4 a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li.opt5 a {
	background: url(images/5.jpg) repeat scroll 0%;
}

#imageMenu ul li.opt6 a {
	background: url(images/6.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

