jq(document).ready(function() {
    jq('.navTreeItem').find('ul').parent().addClass('navtreeItemWithSubNavigation');
  }
);

