
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	clear:both;
	margin:0 auto;
	height:420px;
	width:820px;
}

#imageMenu ul {
	list-style: none;
	margin: 0;
	padding:0;
	display: block;
	height: 420px;
	width:875px;
}

#imageMenu ul li {
	padding:0;
	margin:0;
	float:left;
}

#imageMenu ul li a {
	text-indent:-1000px;
	background:#fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:102px;
	height:420px;
}

#imageMenu ul li.t70 a {
	background: url(../images/manufacturing/milestones/seventies.png) repeat scroll 0%;
}

#imageMenu ul li.t80 a {
	background: url(../images/manufacturing/milestones/eighties_one.png) repeat scroll 0%;
}

#imageMenu ul li.t86 a {
	background: url(../images/manufacturing/milestones/eighties_two.png) repeat scroll 0%;
}

#imageMenu ul li.t90 a {
	background: url(../images/manufacturing/milestones/nineties_one.png) repeat scroll 0%;
}

#imageMenu ul li.t96 a {
	background: url(../images/manufacturing/milestones/nineties_two.png) repeat scroll 0%;
}

#imageMenu ul li.t00 a {
	background: url(../images/manufacturing/milestones/twothousand_one.png) repeat scroll 0%;
}

#imageMenu ul li.t06 a {
	background: url(../images/manufacturing/milestones/twothousand_two.png) repeat scroll 0%;
}

#imageMenu ul li.t09 a {
	background: url(../images/manufacturing/milestones/twothousand_three.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/

