// FRESHFIELD SETUP

// Fix styling for menu's

$(function(){
	$("#nav li:first-child").addClass("first");
	$("#nav li:last-child").addClass("last");
});
