

/* Inicio Menu Local -----------------------------*/



/* ------------------Esquerda ------------------*/

#esquerda{
	
	width:157px;
	height:auto;
	
	position:relative;
	
	top:17px;
 
	margin-left:20px;

 
}


 


.menuLink
{
	width:140px;
	height:22px;
	
	background-color:rgb(243,243,243);
	
	background-image:url(./css-images/setaMenu.gif);
	background-position:04px 08px;
	background-repeat:no-repeat;
 	
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	
 	border-top: white solid 1px;
 	border-bottom: white solid 1px;
	
	padding-left:17px;
	padding-top:3px;

}

a{
	
	text-decoration:none;
	color:rgb(85,85,85);
	
}

a:hover
{
	
	text-decoration:underline;
	color:black;
 	
}



#esquerda div:hover{
	
	 
	
	
	}
	
	
 
 


 
/* Fim Menu Local -----------------------------*/