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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	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:75px;
	height: 200px;
}

.imageMenu ul li.tops a {
	background-attachment: scroll;
	background-image: url(Images/vantops.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.walls a {
	background-attachment: scroll;
	background-image: url(Images/walls.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.decks a {
	background-attachment: scroll;
	background-image: url(Images/decks.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.bases a {
	background-attachment: scroll;
	background-image: url(Images/bases.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.access a {
	background-attachment: scroll;
	background-image: url(Images/access.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.edges a {
	width: 310px;
	background-attachment: scroll;
	background-image: url(Images/decedges.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.clear {
	clear: both;
}

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

