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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 701px;
	height: 426px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 15px;
	display: block;
	height: 426px;
	width: 1602px;
	position: relative;
	
	}

#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:70px;
	height: 426px;
}

#imageMenu ul li.small a {
	background: url(images/small.jpg) repeat scroll 0%;
	width: 90px;
}

#imageMenu ul li.medium a {
	background: url(images/medium.jpg) repeat scroll 0%;
	width: 70px;
}

#imageMenu ul li.large a {
	background: url(images/large.jpg) repeat scroll 0%;
	width: 70px;
}

#imageMenu ul li.litems a {
	background: url(images/litems.jpg) repeat scroll 0%;
	width: 70px;

}


#imageMenu ul li.oaxaca a {
	background: url(images/oaxaca.jpg) repeat scroll 0%;
	min-width:90px;
}


.clear {
	clear: both;
}

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

