$(document).ready(function(){ 
$('.menu').animate({top:-1},2000); 
})

$(document).ready(function(){ 
$('.koll').animate({"width": "+=646px"}, "slow"); 
})


