jQuery(document).ready(function(){
	jQuery("#nav").children('li').last().addClass("last");
});
