
#imageMenu {
	position: relative;
	width: 189px;  /* 500 */
	height: 320px;  /* 200 */
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;  /* sin viņetas    */
	margin:0px 0px 0px 10px; padding: 0; border:0;
	display: block;
	height: 640px;	/* 200 */
	width: 189px;	/* 1000 */
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;	/* -1000 */
	background:#FFFFFF none repeat scroll 0%;
/*	border-right: 2px solid #fff;  */
	border-bottom: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 189px;		/* 98 */
	height: 78px;		/* 200 */
}

#imageMenu ul li.voluntariado a {
	background: url(images/foto1.jpg);
}

#imageMenu ul li.produccion a {
	background: url(images/foto2.jpg);
}

#imageMenu ul li.formacion a {
	background: url(images/foto3.jpg);
}

#imageMenu ul li.apadrinamiento a {
	background: url(images/foto4.jpg);
}

.clear {
	clear: both;
}

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

