// remove nav top tier links
jQuery(function() {
	jQuery("ul.menu > li > a").click(function() {
		return false;
	});
});
