$(document).ready(function(){

	$('a[href^=http]').click( function() { window.open(this.href); return false; });

	$('#menu a').hover(function(){$(this).prev().css("background-position","-85px");$(this).next().css("background-position","-48px");},function(){$(this).prev().css("background-position","-11px");$(this).next().css("background-position","-11px");})

	$('#topo input').focusOnOut({corativo:'#61665a',corinativo:'#8c9185'});
		
});


