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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 843px;
	height: 263px;
	overflow: hidden;
	padding: 15px 0px 0px 15px
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:281px;
	height:277px;
}

#imageMenu ul li.fragata a {
	background: url(images/fragata.jpg) no-repeat scroll 20%;
}

#imageMenu ul li.andes a {
	background: url(images/andes.jpg) no-repeat scroll 55%;
}

#imageMenu ul li.jungle a {
	background: url(images/jungle.jpg) no-repeat scroll 70%;
}

.clear {
	clear: both;
}

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


