
#imageMenu {
	position: relative;
	width: 355px;
	height: 300px;
	overflow: hidden;
	margin-left:auto; 
	margin-right:auto; 
}
* html body #imageMenu {
	width: 360px;

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fffffa;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:68px;
	height: 300px;
}
* html body #imageMenu ul li a {
	width:70px;
}

#imageMenu ul li.landscapes a {
	background: url(../img/programando.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(../img/gestionando.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(../img/supervisando.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(../img/evaluando.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(../img/comunicando.jpg) repeat scroll 0%;
	width: 160px;
}

#imageMenu ul li.landscapes_en a {
	background: url(../img/programando_eng.jpg) repeat scroll 0%;
}

#imageMenu ul li.people_en a {
	background: url(../img/gestionando_eng.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature_en a {
	background: url(../img/supervisando_eng.jpg) repeat scroll 0%;
}

#imageMenu ul li.urban_en a {
	background: url(../img/evaluando_eng.jpg) repeat scroll 0%;
}

#imageMenu ul li.abstract_en a {
	background: url(../img/comunicando_eng.jpg) repeat scroll 0%;
	width: 160px;
}

.clear {
	clear: both;
}

/*************************************************************/
