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