		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin-left: 0px;
			border-top: 0px solid;
			width: 250px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		.vertical li a{
		
			display: block;
			width: 250px;
			text-decoration: none;
			height: 2em;
			padding: .1em 1px;
			border: 0px solid;
			border-top: 0px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			width: 175px;
			position: absolute;
			margin-top: -2.2em;
			margin-left: 250px;
			z-index:100;
			filter:alpha(opacity=60);
			-moz-opacity:.60;
			opacity:.60;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 4px;
			margin-left: -5px;
			border-left: 0px solid;
			display: block;
		/*	height: 1.4em;*/
			font-family:tahoma;
			font-size:11px;
			
			
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			width: 101px;
			/*padding: .0em 0px;*/
			border: 0px solid;
			border-left: none;
			padding: 3px;
			height: auto !important;
  			height: 1%; /*For IE*/
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.5em;
			margin-left: 0px;
			width: 100px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: -0.4em;
			margin-left: 106px;
		}
		.horizontal li ul li a{
		margin-left: 18px;
		width: 100px;
		z-index:100;
		filter:alpha(opacity=80);
		-moz-opacity:.80;
		opacity:.80;
		}
		
		/*this is the css for the leftvertical and tophorizontal version*/
		.verticalleft ul{
			list-style-type: none;
			padding: 0px;
			margin-left: 0px;
			border-top: 0px solid;
			width: 150px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
		}
		.tverticallef li a{
		
			display: block;
			width: 150px;
			text-decoration: none;
			height: 2em;
			padding: .1em 1px;
			border: 0px solid;
			border-top: 0px;
		}
		.verticalleft li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.verticalleft li ul{
			width: 150px;
			position: absolute;
			margin-top: -2.2em;
			margin-left: 150px;
			z-index:100;
			filter:alpha(opacity=60);
			-moz-opacity:.60;
			opacity:.60;
		}
		
		
		/*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: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.verticalcolor li a{
			background-color: #858383;
			color: white;
			border-color: black;
		}
		.verticalcolor li a:hover{
			background-color: #999999;
			color: white;
			border-color: black;
		}
		.verticalcolor ul{
			border-color: #3d3938;
		}
			/*Se agrego para cambiar el color del sub menu*/		
		.verticalcolor li ul li a {
			background-color: #3d3938;			
		}
		
		.horizontalcolor li a{
			background-color: #D7D7D7;
			color: #333333;
			border-color: #000033;
		}
		.horizontalcolor li a:hover{
			background-color: #999999;
			color: white;
			border-color: #000033;
		}
		.horizontalcolor ul{
			border-color: #3d3938;
		}
	/*Se agrego para cambiar el color del sub menu*/		
		.horizontalcolor li ul li a{
			background-color: #3d3938;
			color: #ffffff;
		}
		
	/*Se agrego para cambiar el color del menu tophorizontal y leftvertical*/
		.topcolor li a{
			background-color: #666666;
			color: white;
			border-color: #000033;
		}
		.topcolor li a:hover{
			background-color: #3d3938;
			color: white;
			border-color: #000033;
		}
		.topcolor ul{
			border-color: #3d3938;
		}
		.lefcolor li a{
			background-color: #858383;
			color: white;
			border-color: black;
		}
		.leftcolor li a:hover{
			background-color: #999999;
			color: white;
			border-color: black;
		}
		.leftcolor ul{
			border-color: #3d3938;
		}
