$(document).ready(function(){

	$(".b1 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b2 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b3 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b4 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b5 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b6 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b7 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b8 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b9 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
	$(".b10 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "100");
		}
	);
/**
	$(".b2 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "33"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "43"}, "	fast");
		}
	);
**/
	/*	Member_menu	*/
	$(".b101 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "21"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "33"}, "100");
		}

///		function() {
///			$(this).next("em").stop(true, true).animate({opacity: "show", top: "20"}, "slow");
///		},
///		function() {
///			$(this).next("em").animate({opacity: "hide", top: "13"}, "100");
///		}
	);
	$(".b102 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "21"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "33"}, "100");
		}
	);
	$(".b103 a").hover(
		function() {
			$(this).next("em").stop(true, true).animate({opacity: "show", top: "21"}, "slow");
		},
		function() {
			$(this).next("em").animate({opacity: "hide", top: "33"}, "100");
		}
	);
});