$(document).ready(function(){
 
	$(".upload_file a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-70"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".my_account a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide",  top: "-70"}, "fast");
	});
 
});


$(document).ready(function(){
 
	$(".renew a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide",  top: "-70"}, "fast");
	});
 
});



$(document).ready(function(){
 
	$(".my-file a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide",  top: "-70"}, "fast");
	});
 
});


$(document).ready(function(){
 
	$(".logout a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-60"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide",  top: "-70"}, "fast");
	});
 
});

