 #navlist
{
position: relative;
width: 100%;
height: 27px;
*html height: 20px;
margin: 0;
padding: 0;
border-bottom: 2px solid #ff5518;
white-space: nowrap;
}

#navlist li
{
float: left;
margin-top:1.5px;
/*margin: 0 0 0 2px;
border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #aaa #555 #f63 #999;*/
list-style-type: none;
}

#navlist li a
{
position: relative;
/*width: 6em;*/
display: block;
margin: 0;
padding: 1px 0.5em;
padding-left: 30.3px;
/*border-width: 1px 1px 0 1px;
border-style: solid;
border-color: #ccc;*/
/*background-color: #eee;*/
background-image:url(images/fondo.png);
color:#330000;
font: normal 18px Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
}

#navlist li a:hover
{
color:#0000FF;
/*text-decoration: underline;*/
}

#navlist li#active a
{
font-weight: bold;
background-color: #ff5518;
color: #fff;
border-color: #f96 #c30 #f63 #f96;
}

#navlist li#presentacion a {
	background: transparent url(images/presentacion.png) no-repeat;
	}
	
#navlist li#poblaciones a {
	background: transparent url(images/poblaciones.png) no-repeat;
	}

/*#navlist li#turismo a {
	background: transparent url(images/turismo.png) no-repeat;
	}
	
#navlist li#situacion a {
	background: transparent url(images/situacion.png) no-repeat;
	}*/
	
#navlist li#contacto a {
	background: transparent url(images/contacto.png) no-repeat;
	}

#navlist li#active a:hover { color: #fff; }

#navlist ul#subnavlist
{
position: absolute;
/*width: 100%;*/
width: auto;
left: 140px;
top: 1.8em;
height: 0.75em;
margin: 0;
padding: 0;
/*border-bottom: 3px solid #f63;
white-space: nowrap;*/
}

#navlist ul#subnavlist li
{
/*width: 14ex;*/
width: auto;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
width: auto;
padding: 0.2em 1em 0;
padding-left:5px;
border: 0;
background: #eee;
color: #000;
font: 13px Arial, sans-serif;
}

#navlist ul#subnavlist li a:hover
{
color: #00c;
/*text-decoration: underline;*/
font-weight: 400;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
background-color: #fc9;
color: #000;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}
