(function($){
     $('#restoration-trigger').hover(
            function() {
        $('#restoration-dd').stop(true, true).slideDown('fast');
         },

            function() {
                  $('#restoration-dd').stop(true, true).delay(10).slideUp('slow');
            }

    );

})(window.jQuery);

(function($){
     $('#rehab-trigger').hover(
            function() {
        $('#rehab-dd').stop(true, true).slideDown('fast');
         },

            function() {
                  $('#rehab-dd').stop(true, true).delay(10).slideUp('slow');
            }

    );

})(window.jQuery);

(function($){
     $('#wellness-trigger').hover(
            function() {
        $('#wellness-dd').stop(true, true).slideDown('fast');
         },

            function() {
                  $('#wellness-dd').stop(true, true).delay(10).slideUp('slow');
            }

    );

})(window.jQuery);

(function($){
		$('h1.page-title').hide();
})(window.jQuery);




























