in js/script.js [29:33]
$("#menu ul li").each(function(index, element) { if ($(this).find("ul").length) { $(this).addClass("parent"); } });