$(document).ready(function() {

	$('#navigation-left-correspond').click(function() {
		$('#category-1-dropdown').show();
		return false;
	});

});

