jQuery(function($){
	$("#Header .catebox select").jQselectable({
/*	  set: "slideDown",
	  out: "fadeOut",
	  inDuration: "slow",
	  outDuration: "slow"*/
	});
});