$(document).ready(function() 
{
	$('ul.menu').each(function(){$('li:last', this).css('background', 'none');});

});



