jQuery(document).ready(function(){

	jQuery('#nav li:first').addClass('first');
	
});
