	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
		margin-top:15px;
		z-index:1000;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.4em;
		margin-top : -2.10em;
		z-index:50px;
	}
	

	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 12.9em;
		w\idth : 12.9em;
		height:24px;
		display : block;
		background: url(../images/boton.png) no-repeat top right;
		color:#FFF;
		font-weight : bold;
		text-decoration : none;
		padding : 1px 8px 2px 0px;
		text-align:right;
		font-family:Helvetica, sans-serif;
        font-stretch: condensed;
        font-weight:bold;
	    font-size:.75em;
		z-index:50;
	}
	#nav li a:hover {
		color:#FFF;
		background:url(../images/boton_over.png) no-repeat top right;
	}
	
	#nav li a.menu:hover {
		width: 15.9em;
		w\idth : 15.9em;
		height:32px;
		background:  url(../images/boton_desplegable.png) no-repeat top left;
	}
#nav li a.menuover {
	    width: 15.9em;
		w\idth : 15.9em;
		height:32px;
		background:  url(../images/boton_desplegable.png) no-repeat top left;
	}
	#nav li a.activoMenu {
		background:url(../images/Boton_on.png) no-repeat top right;
		color:#000;
	}
	#nav li a.activoMenu:hover {
	    width: 15.9em;
		w\idth : 15.9em;
		height:32px;
		background:  url(../images/boton_desplegable.png) no-repeat top left;
		color:#FFF;
	}	
	
	#nav li a.activo {
		background:url(../images/Boton_on.png) no-repeat top right;
		color:#000;
	}
	#nav li a.activo:hover {
		background:url(../images/Boton_on.png) no-repeat top right;
		color:#000;
	}

	#nav li ul li a {
		width: 10.9em;
		w\idth : 10.9em;
		height:45px;
		background: url(../images/submenu.jpg) no-repeat top right;
		color: #8f8d8e;
		font-weight : bold;
		text-decoration : none;
		padding : 3px 8px 0px 0px;
		text-align:right;
		font-family:Helvetica, sans-serif;
        font-stretch: condensed;
        font-weight:bold;
	    font-size:.72em;
		text-align:center;
	}
	#nav li ul a:hover {
		color:#FFF;
		background: url(../images/submenu_over.jpg) no-repeat top right;
	}
	#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;
	}
	
	
	#nav li ul li.MenuSeparator{
	padding:0;
	height:3px;
	background:url(../images/separadorMenu.jpg) no-repeat top left;
	margin-left:1px;
}
