$(document).ready(function(){
	$('#menu td').hover(
		function(){$(this).addClass('hover');},
		function(){$(this).removeClass('hover');}
	);
	$('.box table').css('width', '100%');
	//$('.box .light_heading').html('');
});
