$(document).ready(function(){
	
	/* Remove background on the last menubar item */
	$("#menu li:last").css("background", "none");
	
});