$(document).ready( function(){
   $(".top_menu_animate").hover( 
 	function (){$(".top_menu_animate_over",this).fadeIn("slow");},
	function (){$(".top_menu_animate_over",this).fadeOut("slow");}
   );
});
