jQuery(document).ready(function( $ ) {


$(window).bind("beforeunload", function(){
       $(".nav_list").slideUp(200);  
         });

});