ul {
	
	width: 124px;
	list-style-type: none;
	margin-left:0;
	padding: 0;
	text-align:right;
	}
	
	ul li {
	position: relative;
	}
	
	li ul {

	left: 130px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #2c2c2c;
	width: 130px;
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	
	/* 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-repeat:no-repeat;
	background-position:left;
	background-color:#e8e0c9;
	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:#FFFFFF;
} 
	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
	
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


