<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**************************************************************

	Image Menu
	v 2.2

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


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



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

.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:71px;
	height: 200px;
}

.imageMenu ul li.rum1 a {
	background: url(images/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum2 a {
	background: url(images/rum2/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum3 a {
	background: url(images/rum3/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum4 a {
	background: url(images/rum4/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum5 a {
	background: url(images/rum5/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum6 a {
	background: url(images/rum6/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum7 a {
	background: url(images/rum7/1_t.jpg) repeat scroll 0%;
}

.imageMenu ul li.rum8 a {
	background: url(images/rum8/1_t.jpg) repeat scroll 0%;

}
.imageMenu ul li.rum9 a {
	background: url(images/rum9/1_t.jpg) repeat scroll 0%;
	width: 510px;
}

.clear {
	clear: both;
}

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

</pre></body></html>