#menu-sitemap li.nolink>a{ color:#666; }

jQuery(function(){ jQuery('#menu-sitemap li.nolink>a').click(function(e){e.preventDefault();}); });