/*
el alto de los gif de cada status es el triple del menu de fondo por que dezplaza hacia abajo
y cada uno de los gif de status, en el width (no la imagen por es del tamaņo total del menu), suma el tamaņo de la zona clickeable del boton anterior

*/
ul#menucss {
	position: relative;
	clear:left;
	width: 100%;
	height: 38px;
	list-style: none;
	padding: 0;
	margin: 0;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
ul#menucss li {
	padding: 0;
	margin: 0;
	position: absolute;
	display: block;
	height: 38px;
	text-indent: -1000em;
	line-height: 0.1em;
	font-size: 0.1em;
}
ul#menucss li a {
	display: block;
	height: 38px;
	width: 100%;
	background-repeat: no-repeat;
}
ul#menucss li#home { width: 113px; z-index: 200; }
ul#menucss li#quienes { width: 275px; z-index: 190; }
ul#menucss li#servicios { width: 406px; z-index: 180; }
ul#menucss li#busqueda { width: 596px; z-index: 170; }
ul#menucss li#contacto { width: 732px; z-index: 160; }

li#home a { background: url('home.gif') no-repeat; }
li#quienes a { background: url('quienes-somos.gif'); }
li#servicios a { background: url('servicios.gif'); }
li#busqueda a { background: url('busqueda-laboral.gif'); }
li#contacto a { background: url('contacto.gif'); }

ul#menucss li a:hover { background-position: 0 -76px; }

