/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; top:4px; padding: 0; position: relative; height:22px; z-index:900; float:left;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;  }
  #nav a { display: block; }
  #nav a.empresa { background: url(../../../../images/menu/empresa.jpg) no-repeat; height:26px; width:147px; text-indent:-5000px;}
  #nav a.dondeestamos { background: url(../../../../images/menu/donde_estamos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.proyectos { background: url(../../../../images/menu/proyectos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.contactenos { background: url(../../../../images/menu/contactenos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.soporte { background: url(../../../../images/menu/soporte.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}

  #nav a.catalogo { background: url(../../../../images/menu/catalogo.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  /*********hover*************************/

  #nav a.empresa:hover { background: url(../../../../images/menu/empresa.jpg) no-repeat; height:26px; width:147px; text-indent:-5000px;}
  #nav a.dondeestamos:hover { background: url(../../../../images/menu/donde_estamos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.proyectos:hover { background: url(../../../../images/menu/proyectos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.contactenos:hover { background: url(../../../../images/menu/contactenos.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.soporte:hover { background: url(../../../../images/menu/soporte.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}
  #nav a.catalogo:hover { background: url(../../../../images/menu/catalogo.jpg) no-repeat; height:26px; width:144px; text-indent:-5000px;}


  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {
	width: 220px;
	margin-left: 5px;
	padding-left: 5px;
}
#nav ul ul { left: 151px; }

/* Everything else is theming */
 
#nav { height: 26px; }
#nav *:hover { background-color: none; }
#nav a {
    height:20px; 
	/*border-right: 1px solid white;*/
	color: white;
	font-size: 12px;
	/*padding: 6px;*/
	line-height: 1;
	text-decoration: none;
	text-align: left;
}
  #nav li.hover a { /*background-color: #5E5A5A; */ }
  #nav ul { top: 49px; }
    #nav ul li a { background-color: #324f91; }
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { border-bottom: 1px solid #6883bf; border-top: 1px solid #143785; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

