#imageMenu {
	position: relative;
	width: 404px;
			margin: 0;
			padding: 0;
	height: 132px;
	overflow: hidden;
	left: 0;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:58px;
	height: 132px;
}

#imageMenu ul li.linky1 a {
	background: url(../images/linky1.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky2 a {
	background: url(../images/linky2.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky3 a {
	background: url(../images/linky3.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky4 a {
	background: url(../images/linky4.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky5 a {
	background: url(../images/linky5.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky6 a {
	background: url(../images/linky6.jpg) repeat scroll 0%;
}
#imageMenu ul li.linky7 a {
	background: url(../images/linky7.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

