$(document).ready(function(){
   $("#navigation").animate({"top": "-=67px"}, "slow");
   
});