/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; height:30px; z-index:900; 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: #fff; padding-left:2px;  height:30px; width:100px; text-align:center; line-height:30px;}
  #nav a.standart{color: #fff; padding-left:2px; background: url(../../../../images/separador.png) left no-repeat; height:30px; width:90px; text-align:center; line-height:30px;}
  #nav a.doblelinea { color: #fff; padding-left:2px; background: url(../../../../images/separador.png) left no-repeat; height:30px; width:90px; text-align:center; }


  /*********hover*************************/
  #nav a.home:hover {  color: #f1f1f1;  height:30px; width:100px; line-height:30px; /*text-indent:-5000px;*/}
  #nav a.standart:hover  {  color: #f1f1f1;  background: url(../../../../images/separador.png) left no-repeat; height:30px; width:90px; text-align:center; }
  #nav a.doblelinea:hover{  color: #f1f1f1; padding-left:2px; background: url(../../../../images/separador.png) left no-repeat; height:30px; width:90px; 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: 200px; top:5px; }

/* 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(../../../../images/menu_bottom.png) top no-repeat; height:30px; border:0;} 
   #nav ul a.sigue{  background:url(../../../../images/menu_arrow.png) center right no-repeat #f1f1f1;}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

