/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	
}

  * 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
ancho de la tabla */

#nav ul {
	width: 220px;
}
#nav ul ul { left: 221px; }

/* Everything else is theming */
 
#nav {
	height: 35px;
}
#nav *:hover { background-color: none; }
#nav a {
	color: white;
	font-size: 8pt;
	text-decoration: none;
	font-family:  Lucida Grande, Lucida Sans Unicode, Helvetica, sans-serif;
	letter-spacing: 0pt;
	font-weight: normal;
	line-height: 1;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
}


 /* Color soobre la botonera superior */
 
  #nav li.hover a { background-color: #003366;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px; }
  
  
  
  #nav ul { top: 37px;}
  
    #nav ul li a { background-color: #003366;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; }
	
      #nav ul li.hover > a { background-color: #30A8C3;
	  -webkit-border-radius: 4px;
	-moz-border-radius: 4px; }
	  
   #nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a {  border-bottom: 1px solid white; } - I also needed this for IE6/7 */

