$(document).ready(function()
{
	$(".navigation ul li:first").addClass("first");
});