jQuery.lastli = function(elem) {
	jQuery(elem + " ul li:last").css({
		"background-image": "none",
		"margin-right": 0
	});
}