$(document).ready(function()  
	{  
	
			

	
		$("#contact_bar").hover(function() {
	 	$("#contact_bar").animate( {top: "-120px" }).dequeue() ; }, function() {
	 	$("#contact_bar").animate( {top: "-280px" }).dequeue();
		});
		
	});  