$(document).ready(function(){
	
	$(document).pngFix( );
	
	$('#header ul.button_menu li').hover(
		function () { $(this).addClass('hover'); },
		function () { $(this).removeClass('hover'); }
	);
	
	$('#menu_ace').treeview({
		collapsed: true,
		animated: 'medium',
		persist: 'location'
	});
	
});
