$(document).ready(function(){
	$('#category_btn').click(function(){
		$('.category_list').slideToggle();								
	});
});