.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:125px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 125px;
	position: relative;
}
	
.jimgMenu ul li {
	width: 105px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 125px;
}

.jimgMenu ul li#landscapes a {
	background: url(../images_menu/equipos.png) no-repeat scroll 0%;
}

.jimgMenu ul li#people a {
	background: url(../images_menu/aplicaciones.png) repeat scroll 0%;
}

.jimgMenu ul li#nature a {
	background: url(../images_menu/insumos.png) repeat scroll 0%;
}

.jimgMenu ul li#abstract a {
	background: url(../images_menu/soporte.png) repeat scroll 0%;
}

.clear {
	clear: both;
}
