table, tr, td, td img, td a{
	margin:0;
	padding:0;
	white-space: nowrap;
	float:left;
	border-collapse: collapse;
}


div.menuleft{
	float:left;
	border-top:solid 1px #e3e3e3;
	border-bottom:solid 1px #e3e3e3;
	width:195px;
	height:12px;
	color:black;
	padding:5px;
	padding-left:10px;
	cursor:pointer;
}

div.menutitulo{
	border-top:solid 1px #e3e3e3;
	background:#326696;
	color:white;
	width:200px;
	font-size:14px;
	font-weight:700;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
}
a:hover.atual{
 text-decoration:underline;
}

li{
   margin-bottom:1em;
}
