.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 200px;
	margin: 0px 0px 0px 5px;
	letter-spacing: 1px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.vertical li a{
	display: block;
	width: auto;
	text-decoration: none;
	letter-spacing: 0px;
	vertical-align: middle;
	height: 20px;
	border: 1px none #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
	.vertical li ul{
	position: absolute;
	margin-top: -15px;
	margin-left: 200px;
		}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	/* filter: alpha(opacity=0), BlendTrans(Duration=2);*/
	z-index: 2;
}
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: 10px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
		}
		/*colors for menu*/
		.color li a{
	color: #000000;
	background-image: url(../imagenes/Boton.png);
	padding-top: 3px;
	text-transform: uppercase;
	padding-left: 10px;
	text-decoration: none;
		}
	.color li a:hover{
	color: white;
	background-image: url(../imagenes/Boton.png);
	padding-top: 3px;
	text-transform: uppercase;
	padding-left: 10px;
	text-decoration: none;
	}
	.color ul{
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
		}
.EnlaceBuscar {
	color: #000000;
	padding-top: 3px;
	text-transform: uppercase;
	padding-left: 10px;
	text-decoration: none;
}
.EnlaceBuscar:hover {
	color: white;
	padding-top: 3px;
	text-transform: uppercase;
	padding-left: 10px;
	text-decoration: none;
}
