// JavaScript Document


	jQuery(document).ready(function($) {
		$("#navigation li:last-child").addClass("list-last-child-fix");
		
	});
