/*ESTE ARQUIVO JAVASCRIPT FOI DESENVOLVIDO POR PUBLIONLINE BRASIL
http://www.publionline.com.br*/

$(document).ready(function(){
		
		(function($){ // Wrapper to make sure that the $ is used by jQuery and wasn't taken over by another library
			
			//////////////////////////// MENU /////////////////////////////
			
			/*$('li.submenu').menuRollover();*/		
			
			///////////////////////////////////////////////////////////////
			
		  ///////////////////////////// PNG FIX /////////////////////////////////
		  
		  $(document).pngFix();
		  
		  ///////////////////////////////////////////////////////////////////////
			
			
		})(jQuery);
 });


