window.addEvent('domready', function() {
	$$('#navigation ul li ul li:nth-child(last)').setStyle('background','none');
});

