jQuery(document).ready(function($){
	
	$('#topo ul#menu li a').css({backgroundPosition: '50% -8px'});
	
	$('#topo ul#menu li a').mouseover(function(){
			$(this).animate({backgroundPosition : "(50% 3px)"}, 100)
	}).mouseout(function(){
			$(this).animate({backgroundPosition :"(50% -8px)"}, 100);
	});
	
	jQuery('#topo ul#menu').superfish({ speed: 'fast', autoArrows:  false, dropShadows: false });
	
	$("#ampliar a").corner("round 10px");
	$("ul#submenu li a, .institucional .box h3, .trabalhe .box h3").corner("round 10px top");
	$(".box .conteudo").corner("round 10px, .acontece_vitrine #conteudo #direita .box").corner("round 10px");
	
	
	$("#paginacao ul li a, #paginacao2 ul li a").corner("round 15px");
	
});
