.menuLeft {
	margin:0;
	padding:0;
	list-style-position: inside;
}

.menuLeft dt {
	font-family:Georgia;
	font-weight:bold;
	text-transform:uppercase;
	color:#002e5a;
	font-size:1.1em;
	margin:0;
	padding:.6em 0 .6em 1em;
}

.menuLeft dd {
	font-family:Arial;
	border-top:1px solid #b2b2b2;
	margin:0 ;
	padding:0;
	font-size:.9em;

}

.menuLeft dd.padre {
	
	
}

.menuLeft dd a , .menuLeft dd a:visited {
	display:block;
	margin:0;
	padding:.3em 0 .4em .5em;
	color:#8c8c8c;
}

.menuLeft dd a:hover {
	background-color: #e5e5e5;
	color:#002e5a;
}


.menuLeft  a.current , .menuLeft  a.current:visited {
	color:#002e5a;
	background-color: #e5e5e5;
}

/*______________ segundo_nivel_____________________-*/

dl.menuLeft dl dd {
	font-size:.9em;
	border-top: none ;

}

dl.menuLeft dl dd a , dl.menuLeft dl dd a:visited {
	padding:.3em 0 .4em 2em;
	color:#8a8a8a;
	background-color: #e0e0e0;
}

dl.menuLeft dl dd a.current , dl.menuLeft dl dd a.current:visited {

	background-color: #b0b0b0;
}
dl.menuLeft dl dd a:hover {
	padding:.3em 0 .4em 2em;
	background-color: #e5e5e5;
	color:#002e5a;
}
