@import url(http://fonts.googleapis.com/css?family=Roboto);
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {}
.preload2 {}

/* Aquí van los estilos del  menú global (capa) y de los botones que van dentro, no los desplegables*/ 

#nav {padding:0; margin:0; margin-left:10px; list-style:none;  height:440px; /* background:#000 url('../images/fondo_menu.gif') repeat-x;*/ position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;  height:20px;}
#nav li a.menu0 {margin-left:40px; display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b1.png') no-repeat;}
#nav li a.menu1 {display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b2.png') no-repeat;}
#nav li a.menu2 {display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b3.png') no-repeat;}
#nav li a.menu3 {display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b4.png') no-repeat;}

#nav li a.menu0:hover{background:transparent url('../images/b1b.png') no-repeat;}
#nav li a.menu1:hover{background:transparent url('../images/b2b.png') no-repeat;}
#nav li a.menu2:hover{background:transparent url('../images/b3b.png') no-repeat;}
#nav li a.menu3:hover{background:transparent url('../images/b4b.png') no-repeat;}

#nav li:hover ul.sub li a.menu0_1 {display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b1_1.png') no-repeat;}
#nav li:hover ul.sub li a.menu0_2 {display:block; float:left; width:140px; height:47px; text-decoration:none; font-size:11px; border:0px; cursor:pointer; background:transparent url('../images/b1_2.png') no-repeat;}

#nav li:hover ul.sub li a.menu0_1:hover{background:transparent url('../images/b1_1b.png') no-repeat;}
#nav li:hover ul.sub li a.menu0_2:hover{background:transparent url('../images/b1_2b.png') no-repeat;}


/*********************************************************************************************************/


/* Submenús */



#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:47px; margin-left:40px; background-color:black; width:140px; height:auto; white-space:nowrap; z-index:300; }
#nav li:hover ul.sub li
{display:block; height:47px; position:relative; float:left; width:140px;}
#nav li:hover ul.sub li a
{display:block; height:47px; width:140px; cursor:pointer; text-decoration:none;}


#nav li:hover ul.sub2
{left:1px; top:20px; margin-left:0px; background-color:white; width:400px; height:auto; white-space:nowrap; z-index:300; }
#nav li:hover ul.sub2 li
{display:block; height:25px; position:relative; float:left; width:390px; margin-left:10px; text-align:left;}
#nav li:hover ul.sub2 li a
{display:block; height:25px; width:390px; cursor:pointer; text-decoration:none; font-family: 'Roboto', sans-serif; color:#484c4f; font-size:14px; text-align:left; line-height:9px; border-bottom: solid 1px #ffd029;}
#nav li:hover ul.sub2 li a:hover{
color:#000000;
}




/*********************************************************************************************************/
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 
