$(document).ready(function(){
	$("ul#bottom_menu li a").hover(function(){$(this).fadeTo("fast", 0.5);$(this).fadeTo("fast", 1);});
})