$(document).observe('dom:loaded', function(){
	$$('#nav ul li:nth-child(3)').invoke('addClassName','third');
});