/* CSS del Menú desplegable */
.navegador {
		 float: left;
		 position: relative;
		 padding: 2px 2px 2px 2px;
		width: 99.5%;
		 text-align: left;
		 cursor: default;
		background: black url('/aneumled.nsf/franja.gif?OpenImageResource') top left repeat-x;
		Margin-top:2px;
}
ul {
		 list-style: none;
		line-height:11px;
		 padding: 0;
		 margin: 0;
		 white-space: nowrap;
}

/* El texto principal de los menus desplegables */
.opmenu {
		font-size : 11px;
		 font-weight: bold;
		 color: #FFFFFF;
		line-height: 11px;
		 padding: 2px 6px 2px 2px;
}
/* El texto de los links no desplegables*/
#nav a {
		font-size : 11px;
		 font-weight: bold;
		 color: #FFFFFF;
		line-height: 11px;
		 padding: 2px 2px 2px 2px;
		cursor: pointer;
}

#nav a:hover {
		color: #000000;
		background-color: #bbd406;
		border-width: 0 1px;
		cursor: pointer;
}

#nav li li a {
		 display: block;
		 font-weight: normal;
		line-height:15px;
		 color: #000000;
		 padding: 0.2em 10px;
		cursor: pointer;
}

#nav li li a:hover {
		color: black;
		 padding: 0.2em 5px;
		 border: 5px solid #000000;
		 border-width: 0 5px;
		cursor: pointer;
}

li {
		 float: left;
		 position: relative;
		padding: 0.2em 4px;
		Padding-top: 2px;
		 text-align: left;
		 cursor: default;
		Margin-top:0px;
	 	 white-space: nowrap;
}

li ul {
		 display: none;
		 position: absolute;
		 top: 100%;
		 left: 0;
		 font-weight: normal;
		 text-align: left;
		 background: url(/aneumled.nsf/fondomenu.gif) bottom left no-repeat;
		 padding: 0.5em 0 1em 0;
		 border-right: solid 1px #000000;
}
li ul a:hover {
		color: red;
		 padding: 0.2em 5px;
		 border: 5px solid #6b7295;
		 border-width: 0 5px;
}

li>ul {
		 top: auto;
		 left: auto;
}

li li {
		 display: block;
		 float: none;
		 background-color:  transparent;
		 border: 0;
}

li:hover ul, li.over ul {
		 display: block;
}
.espaciogrande {
	background-color: transparent;
	width : 30%;
	float : left;
}
.espaciopequeno {
	background-color: transparent;
	width : 5%;
	float : left;
}

