$(function(){  	
$('body').attr("style", "background-image:url(../images/fundos_home/" + Math.round(10*Math.random()+1) + ".jpg)");
/*window.setTimeout(function(){$('#menu_lateral ul.nivel_02').slideUp('slow');},600);
$('#menu_lateral ul.nivel_01 > li > a').click(function(){$(this).next().slideToggle();});*/
$('#menu_lateral ul.nivel_02 > li > a').click(function(){$(this).next().slideToggle();});
//$("#imagens").cornerz({ radius:10, corners: "tl tr bl br",background:"#fff" })
});
