/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0;  height:30px; position:inherit; z-index:25; float: right;  color: #acacac; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative;  }
  #nav a { display: block;  color: #acacac; }
  #nav a.home { color: #777777; padding-left:2px;  height:30px; width:74px; text-align:center; line-height:30px;}
  #nav a.productos { color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.nuestra { color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.sondeatlas { color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center; line-height:30px;}
  #nav a.fonatlas { color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;line-height:30px;}
  #nav a.servonline{ color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.contacto{ color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.faq{ color: #777777; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}

  
  /*********hover*************************/
  #nav a.home:hover {  color: #990000;  height:30px; width:74px;line-height:30px; /*text-indent:-5000px;*/}
  #nav a.productos:hover  { color: #990000;  background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center; }
  #nav a.nuestra:hover { color: #990000;  background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.sondeatlas:hover { color: #990000; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center; line-height:30px;}
  #nav a.fonatlas:hover { color: #990000; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;line-height:30px;}
  #nav a.servonline:hover{ color: #990000; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.contacto:hover{ color: #990000; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
  #nav a.faq:hover{ color: #990000; padding-left:2px; background: url(../../../../imagenes/separador.png) left no-repeat; height:30px; width:74px; text-align:center;}
 
 
  #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: 221px; top:0px; }

/* Everything else is theming */
 
#nav { height: 30px; }
#nav *:hover { background-color: none; }
#nav a {
    height:20px; 
	/*border-right: 1px solid white;*/
	color: #999;
	font-size: 12px;
	/*padding: 6px;*/
	/*line-height: 1;*/
	text-decoration: none;
	text-align: left;
	padding-left:2px;
}
  #nav li.hover a { /*background-color: #324f91 */ }
  #nav ul { top: 37px; }
    #nav ul li a { background-color: #f1f1f1; }
      #nav ul a.hover { background-color: #fff; color:#990000; }
   #nav ul a { border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-right: none; padding-left:10px;/*opacity: 0.9; filter: alpha(opacity=90); */}
   #nav ul a.final{  background:url(../../../../imagenes/menu_bottom.png) top no-repeat; height:30px; border:0;} 
   #nav ul a.sigue{  background:url(../../../../imagenes/menu_arrow.png) center right no-repeat #f1f1f1;}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

