jQuery(function( $ ){

$("#slidenav").hide();

$(function() {
   	$("#slidenav").slideDown(750);
});
 
});
