#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	line-height:140%;
	/*	float: left; */
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: lighter;

}

#nav a{
	display:block;
	color:#000000;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: lighter;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}

#nav a:hover{
	color:#000033;
	font-weight: lighter;

}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	width:190px;
	top:1.4em;
	z-index: 10002;
}

#nav li ul a{
	width:170px;
	height:auto;
	float:left;
	border: 1px solid #FFFFFF;
	text-align: left;
	z-index: 10002;
	font-weight: lighter;
	font-size: 13px;
	background-image: url(/css/fondo-menu-desplegable.png);
	line-height: 30px;
}

#nav ul ul{
top:auto;
	z-index: 10002;
}	

#nav li ul ul {
	left:178px;
	margin:0px 0 0 0px;
	z-index: 10002;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
	z-index: 10002;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E6E6E6;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	z-index: 10002;
	margin: 0px;
	padding: 0px;
}
