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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 940px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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


#imageMenu ul li.innovation a {
	background: url(innovationgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.market a {
	background: url(marketgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.icons a {
	background: url(iconsgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.lure1 a {
	background: url(lure1gallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.lure2 a {
	background: url(lure2gallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.laces a {
	background: url(lacesgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.buttons a {
	background: url(buttonsgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.bears a {
	background: url(bearsgallery/index.jpg) repeat scroll 0%;
}

#imageMenu ul li.signs a {
	background: url(signsgallery/index.jpg) repeat scroll 0%;
}



.clear {
	clear: both;
}

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

