$("#mainsidebar li").each(function() {
    if ( $("ul:eq(0)", this).length > 0 ) {
        $(this).addClass("nav_page_parent");
    }
});