Nevermind, I figured it out. In the file:
/plugins/counterizeii/counterize.php
Change these two lines:
add_submenu_page(‘edit.php’,__(‘Counterize II’), __(‘Counterize II’), #, __FILE__, ‘counterize_manage_page’);
add_options_page(‘Counterize II Options’, ‘Counterize II’, #, basename(__FILE__), ‘counterize_options_page’);
…where # = 8
Change it to the new user level you want to have access. 7 for Editors and 2 for Authors.
Hope this helps someone else.