jQuery(document).ready(function(){
	jQuery("#links li:first-child").css("background", "none").css("padding-left", "10px");
});
