$(document).ready(function() {
	$('#categorygrp ul.depth2').hide();
	$('#menu #categorygrp ul.linkdepth0').find('ul.active').show();
	$('#categorypricegrp a.linkdepth0').click(function(){
		return false;
	});
});