#navlist {
	position: absolute;
	top: 0;
	left: 0px;
	width: 750px;
	height: 24px;
	margin: 3px 0px 0px 10px;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#navlist li {
	margin-right: 1px;
	padding: 0;
	display: block;
	float: left;
	display: inline; /* duplicated for IE 5/Win */
	list-style-type: none; /* duplicated for IE 5/Win */
}

#navlist a {
	float: left;
	height: 0px !important;
	height /**/:24px; /* IE 5/Win hack */ 
	padding: 24px 0 0 0;
	overflow: hidden;
}

#navlist a:hover {
	background-position: 0 -24px;
}

#item1 a {
	width: 54px;
	background: url(../img/menu/home.gif) top left no-repeat;
}
#item2 a {
	width: 72px;
	background: url(../img/menu/colegio.gif) top left no-repeat;
}
#item3 a {
	width: 88px;
	background: url(../img/menu/actividades.gif) top left no-repeat;
}
#item4 a {
	width: 82px;
	background: url(../img/menu/proyectos.gif) top left no-repeat;
}
#item5 a {
	width: 86px;
	background: url(../img/menu/objetivos.gif) top left no-repeat;
}
#item6 a {
	width: 115px;
	background: url(../img/menu/donde.gif) top left no-repeat;
}
#item7 a {
	width: 84px;
	background: url(../img/menu/contacto.gif) top left no-repeat;
}
