ul {
	
	width: 150;
	list-style-type: none;
	margin-left:0;
	padding: 0;
	text-align:left;
	line-height:180%;
	
	}
	
	ul li {
	position: relative;
	}
	
	li ul {

	left: 90px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #668ab2;
	width: 145px;
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 4px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body> a {width:120px;}
	
	ul li a:hover {
	background-color:#8abafd;
	border: 1px solid #668ab2;
	line-height:165%;
	display: block;
	}

	
	li:hover ul { display: block; }
	
li:hover ul ul, li.over ul ul { 
display:none; 
}

li:hover ul, li li:hover ul, li.over ul, 
li li.over ul { 
display: block; 
 /* Aqui a magica */
background:#8abafd;
} 
	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	a:link {
	color: #114078;
}
a:hover {
	color: #114078;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
a:visited {
	color: #114078;
}
a:active {
	color: #114078;
}


