/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(function(){
  $(".coluna_esquerda ul li a").click(function(){
	$(this).parent().find("ul").slideDown("slow");
  });
});
