	#nav, #nav ul { /* all lists */
		padding: 0px;
		margin: 0;
		list-style: none;
		float : left;
		width : 203px;
		color:#2F3E55;				

	}
	
	#nav li {
	/* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -2px;
	width: 203px;
	height:24px;
	background : url(../images/menu_bloque1.jpg) no-repeat;
}

	#nav li .selected{
	font-weight : bold;
	background : url(../images/menu_bloque2.jpg) no-repeat;
}


	
#nav li.top {
	background : url(../images/menu_bloque3.jpg) no-repeat;
	height:20px;
}
#nav li.bottom {
	background : url(../images/menu_bloque4.jpg) no-repeat;
	height:20px;
}


	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 210px;
		margin-top : -40px;

	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 180px;
	display : block;
	color:#2F3E55;

	text-decoration : none;
	padding : 0 0 0px 36px;

}
	
	#nav li a:hover {
color:#ff6600;
		background : url(../images/menu_bloque2.jpg) no-repeat;
	}
	
	#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;
	}

	/* Seccion Newsletter*/
#nav li.nl_top{
	background : url(../images/menu_bloque5.jpg) no-repeat;
	height:56px;
}

#nav li.nl_item{
	background : url(../images/menu_bloque6.jpg) no-repeat;
	height:24px;
}

	#nav nl_item a {
	width: 203px;
	display : block;
	color:#2F3E55;
	font-weight : bold;
	text-decoration : none;
	padding : 0 0 0px 36px;
}

