I'm trying to select the first list item li in the ul#suckerfishnav in the main navigation here: http://fluroltd.com/clients/harveys/. Using
$('ul#suckerfishnav').find('li').slice(0,1) {
$(this).css('background-color', 'red');
});
My aim is to add a class="first" to the first li in the list.