/* MENU */
#nav, #nav ul{
z-index: 1000000;
margin:0px 0 0 45px;
padding:5px 0 0 0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:2.0em; 
z-index: 90000;
}
#nav li.parent{
    width: 120px;
}

#nav a{
background: #020f21;    
display:block;
font-size: 12px;
padding:0px 10px;
border:0px solid #024E69;
color:#9C9797;
text-decoration:none;
border-right: 1px solid #2C2E33;
font-weight: bold;
}

#nav a:hover{
background: #343333;
color:#0386CC;
font-weight: bold;

}

#nav .actual{
	color: #999999;
	background: #FFF;
}

#nav li{
float:left;
position:relative;
text-align: left;
}
#nav li.separator{
width:1px;
background:url(../images/bg_separator.png) no-repeat center center;
height:25px;
}
#nav ul {
position:absolute;
display:none;
width:22em;
top:1.7em;
margin-left: 0em;
line-height: 18px;
}

#nav li ul a{
width:22em;
height:auto;
float:left;
}


#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:12em;
margin:0px 0 0 10px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}

#nav .submenu a{
	color: #999;
	padding-left: 1em;
	background: #343333;
	/*margin-bottom: 1em;*/
}
#nav .submenu a:hover{
	color: #FFFFFF;
	background: #3F69BE;
	font-weight: normal;
}

/* FIN MENU */
