/* ================================================================ 
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_1.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.
=================================================================== */



#nav {
	list-style: none;
	height: auto;
	/*background: #00386b;*/
	position: relative;
	float: right;
	font-family: 'Open Sans', sans-serif;
	width: 1000px;
	z-index: 500;
}
.seleccionado {
	color: #666 !important;
}
#nav ul.sub li{width: 100%;background-color: #00386b;}
#nav li.top {
	display:block; 
	float:right;
	padding: 0% 3%; 
	border-right: 1px solid #FFF; 	
	margin:2% 0% 1% 0%;
	font-size: 30px;	
	font-weight: lighter !important;
	min-width: 120px;
}
#nav li a.top_link {
	color: #fff;
	font-weight: 300;
}
#nav li a.top_link span {}
#nav li a.top_link span.down {}
#nav li a.top_link:hover {}
#nav li a.top_link:hover span {}
#nav li a.top_link:hover span.down {}

#nav li:hover > a.top_link {color:#fff;}
#nav li:hover > a.top_link span {}
#nav li:hover > a.top_link span.down {}

/* Default list styling */

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

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:100%; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:29px; top:30px; background: #042E5D; padding:0px; border-right: 1px solid #042E5D; width:180px; height:auto; z-index:300;text-align: left;}
#nav li:hover ul.sub li
{display:block; height:auto; position:relative; width:100%; font-weight:normal;}
#nav li:hover ul.sub li:hover{background: #042E5D; color:#fff; width:100%}
#nav li:hover ul.sub li a
{
	float;left; 
	display:block; 
	font-size:12px; 
	height:auto; 
	width:100%; 
	line-height:18px; 
	margin-left:10px; 
	color:#fff; 
	text-decoration:none;
	padding:5px;}
#nav li ul.sub li a.fly
{width: 100%; background: url(arrow_over.gif) 160px 7px no-repeat}
/*#nav li:hover ul.sub li a:hover 
{background: #00386b; color:#fff;}*/
#nav li:hover ul.sub li a.fly:hover
{background: #042E5D url(arrow_over.gif) 160px 7px no-repeat; color:#fff;}

/*#nav li:hover ul li:hover > a.fly {background:#063C78 ; color:#fff;} */

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:180px; top:-1px; background: #063C78; padding:0px 0px; border-right: 1px solid #042E5D; white-space:nowrap; width:210px; z-index:400; height:auto;}
