// jQuery Document

	jQuery(document).ready(function($){
		$("#access li:last-child, #newAccess li:last-child")
        .css({"background-image":"none"});
		$("#navigation li:last-child")
        .css({"border":"none"});
	});
