.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 1px solid;
	width: 180px;
	margin: 0px 0px 0px 8px;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.vertical li a{
		display: block;
		width: 180px;
		text-decoration: none;
		padding: 0.1em 1px 0.1em 2px;
		border-top: 0px solid;
		letter-spacing: 1px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		border-left: 1px solid;
		vertical-align: top;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 180px;
		}
		/*Not really sure why IE needs all these,but hey it works!*/
.horizontal  li ul{
	margin-top: 1.4em;
	margin-left: 5 px;
}	
.horizontal  li li ul{
	position: absolute;
	left: 0px;
}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0), BlendTrans(Duration=10);
	z-index: 2;
	background-attachment: fixed;
	background-image: url(imagenes/FondoMenuInterior.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
select,object,iframe{
	z-index: 1;
}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
	padding-left: 5px;
	color: #000000;
	font-family: "Arial Black", Arial, "Times New Roman";
	font-size: 100%;
	font-weight: bold;
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: 5px;
		}
		/*colors for menu*/
		.color li a{
		color: #000033;
		border-color: #000033;
		background: #D7E7F4;
		}
		.color li a:hover{
	color: white;
	border-color: #000033;
	background: #990000;
		}
		.color ul{
			border-color: #000033;
		}
