$(document).ready(function(){
	$('#navigation ul li ul li:last-child').css('background','none'); 
	$('#contentContLeft ul li:last-child').css('border-bottom','none'); 
	
});
