
$(document).ready(function(){
	
	//show the pest control menu
	$('li#menu_pest_control').addClass('ontop');
	$('li#menu_pest_control > a').addClass('hi');
	$('li#menu_pest_control ul').show();
	$("div#nav").css('height','115px');
	
});