willow.ready(function($){
	$('#search').pdSearch({showButton:true, showButtonClass:'searchButton', showButtonText:'',persistUrlContentId:true}); 
	$(".searchButton").css("margin","0");
	
	//build the menus			
	var options = {
		direction:"right",
		showL3s:false,
		speed:500
	};
			
	willow.getMenu("121881|121882|121883|121885|122668|121884",function(data){
		$("#nav").menu(data.menu,options);
	});
});
