#nav, #nav ul {
	/* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	float : left;
	width : 100%;

}
	
	#nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 21px;
	margin-bottom : -2px;
	width: 239px;
	height:21px;

}

/*  Items genericos   */
#nav li a {
	display : block;
	text-decoration : none;
	padding : 0 0 0px 60px;
	background:url(../images/barra_bt_general.jpg) no-repeat 0 0;

}

/*  Items genericos  Over */	
#nav li a:hover {
background:url(../images/barra_bt_general.jpg) no-repeat 0 -21px;
color:#6A6655;
}


/*  xxx Boton seleccionado xxx */	
#nav li .selected{
	font-weight : bold;
}

/*  xxx Tapa de botonera xxx */		
#nav li.top {
	background : url(../images/barra_bt_top.jpg) no-repeat;
	height:21px;
}

#nav li.news {
	background : url(../images/menu_bloque_limpio.jpg) no-repeat;
	height:21px;
	font
}

#nav li.separador {
	background : url(../images/barra_bt_separador.jpg) no-repeat;
	height:21px;
}

/*  xxx Piso de botonera xxx */		
#nav li.bottom {
	background : url(../images/barra_bt_bottom.jpg) no-repeat;
	height:21px;
}



 /* second-level lists */

	#nav ul.nivel2 {
	position : absolute;
	left: -999em;
	margin-left : 239px;
	margin-top : -30px;
}
	
 #nav ul.nivel2 li a {
	width: 219px;
	padding : 0 0 0px 45px;
	background:url(../images/barra_bt_general2.jpg) no-repeat 0 0px;

}

/*  Items genericos  Over */	
#nav ul.nivel2 li a:hover {
	background:url(../images/barra_bt_general2.jpg) no-repeat 0 -21px;
	color:#6A6655;
}

#nav li.top2 {
	background : url(../images/barra_bt_top2.jpg) no-repeat;
	height:11px;
}
#nav li.bottom2 {
	background : url(../images/barra_bt_bottom2.jpg) no-repeat;
	height:18px;
}

 /* NEVEL 3 */

	#nav ul.nivel3 {
		position : absolute;
		left: -999em;
		margin-left : 219px;
		margin-top : -30px;
	}
	
 #nav ul.nivel3 li a {
	width: 219px;
	padding : 0 0 0px 45px;
	background:url(../images/barra_bt_general2.jpg) no-repeat 0 0px;
}

/*  Items genericos  Over */	
#nav ul.nivel3 li a::hover {
	/*
	background:url(../images/barra_bt_general2.jpg) no-repeat 0 21px;
	color:#6A6655;
	*/
	

}


		
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	




	

