$(function() {

	$("#leftmenucolumn .navbutbghome").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"120px"});
	});
	
	$("#leftmenucolumn .navbutbgecom").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"170px"});
	});
	
	$("#leftmenucolumn .navbutbgconman").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"240px"});
	});
	
	$("#leftmenucolumn .navbutbgprint").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"170px"});
	});
	
	$("#leftmenucolumn .navbutbgapp").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"230px"});
	});
	
	$("#leftmenucolumn .navbutbgbrand").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"220px"});
	});
	
	$("#leftmenucolumn .navbutbgclient").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"160px"});
	});
	
	$("#leftmenucolumn .navbutbgcontact").hover(function(){
	    $(this).animate({ width: "250px" });
	}, function() {
	    $(this).animate({ width:"170px"});
	});




});
