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