/***********************************************************
MENU HRZ
***********************************************************/
.MenuHrz {
	background-image: url(back_btns.gif);
	background-color: #0e7af1;
	width: 200px;
}


.MenuHrzDiv{
	background-image: url(../images/back_btns_02.jpg);
	height: 37px;
	width: 20px;
}

.MenuHrzBack{
	background-image: url(../images/back_btns_02.jpg);
	height: 45px;
	margin-left: 0px;	
}

.MenuHrzTablaContenido{
	background-image: url(../images/back_btns_02.jpg);
	height: 45px;
	width: 50px;
	
}
		/*this is the css for the vertical version*/
		.vertical ul{
		
			list-style-type: none;
			padding: 0;
			width: 200px;
			margin: 0;
			position: relative;
		}
		.vertical ul li a{
    	display: block;
	    width: 200px;
	    text-decoration: none;
	    height: 30px;
	    padding: 10px 5px 0px -30px;
	    border: 0px solid;
	    color: #FFFFFF;
	    border-color: #0033CC;
		}
		.vertical li{
			font-family: Georgia, "Times New Roman", Times, serif;
        	font-size: 14px;
	        color: #FFFFFF;
			position: relative;
			border-bottom: 0px solid transparent;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			border-top: 0px solid;
		}
		.vertical a.first{
			border-top: 0px solid;
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 199px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin:0px 0px 0px 0px;
		}
		.horizontal ul li{
			float: left;
			position: relative;
		}
		.horizontal ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	/*width: 125px; */
	text-decoration: none;
	height: 1em;
	/*padding: .1em 1px; */
	overflow: hidden;
	border: 0px solid;
	border-left: none;
	padding: 6px 8px 10px 8px;
	font-weight: lighter;
	  }
	  
		.horizontal li li{
	float: none;
	border-bottom: 0px solid transparent;
	/* margin-bottom: -1px; */
	/* background-color: #3a8a4b; */
	border-width: 1px;
	border-color: #990000;
	background-image: url(back_btns_o_td.png);
	color: #003399;
		}
		.horizontal li li.last{
			border-bottom: 0px;
		}
		
		/* 1st dropdwon  */
		.horizontal ul li ul{
	position: absolute;
	top: 2.2em;
	left: -1px;
	margin-top: 0px;
	width: 180px;
	margin-bottom: 0px;
		}
		.horizontal ul ul ul{
			width: 10px;
			top: -1px;
			left: 118px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -118px;
		}
		.horizontal ul li li a{
			border: 0px solid;
			border-top: none;
		}
		.horizontal ul li:first-child>a{
			border-left: 0px solid;
		}
		.horizontal ul li a.first{
			border-left: 0px solid;
		}
		.horizontal ul li li a.first{
			border-top: 0px solid;
		}
		.horizontal ul li li:first-child>a{
			border-top: 0px solid;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 118px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li a{
		   background-color: #36a8d2; 
			color: black;
			border-color: black;
		}
		.blackwhite li a:hover,.blackwhite li a.first:hover,.blackwhite .trail a.hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite li:first-child>a:hover{
			background-color: black;
			color: white;
			border-color: black;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
	/* background-color: #c5e8cc; */
			color: #000033;
	background-image: url(back_btns.gif);			/* border-color: #000033; */
		}
		/*.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{ */
		.bluewhite li a:hover,.bluewhite .trail a.hover{
	/*background-image: url(back_btns_o.png);*/
	background-image: url(back_btns_o.gif);
			color: #333333;
	border-color: #000033;
	text-decoration: none;
		}
		.bluewhite li:first-child>a:hover{
			/*background-color: #36a8d2; */
			color: white;
			border-color: #CC0000;
		}
		.bluewhite ul{
			border-color: #000033;
		}