jQuery(function(){
	//jQuery('.moduletable_categories ul.level1 li:first-child a.parent').toggleClass('arrow-up');
	jQuery('.zoo-category a.parent').click(function (){
		jQuery(this).toggleClass('arrow-up');
		jQuery(this).siblings('ul.level2').animate({height: ['toggle'],opacity: 'toggle'}, 400)
	}); 
});
