ul {
	
	width: 155px;
	list-style-type: none;
	margin-left:0;
	padding: 0;
	text-align:left;
	background-image:url(images/fundo_menu.jpg);
	background-repeat:repeat-y;
	}
	
	ul li {
	position: relative;
	}
	
	li ul {
	position: absolute;
	left: 155px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	width: 144px;
	*width: 154px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 8px;
	border-bottom:1px solid #a1c2f5;
	/*border-right:1px solid #a1c2f5;*/
	}
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

body> a {width:130px;}
	
	ul li a:hover {
	background-repeat:no-repeat;
	background-position:left;
	display: block;
	color:#efa609;
	text-decoration:underline;
	background-image:url(images/abcpf_02.jpg);
	}

	
	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-image:url(images/abcpf_02.jpg);
} 
	


/* 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: 12px;
}


