Correction… I got it working. Then I modified it. I’m now using the following, which works. However, for some reason, single posts don’t work still.
<?php if ( !is_page(array('page1','page2')) ): ?>
<script>$('div#menu1 ul.rMenu li:first').addClass('current-menu-item');</script>
<?php endif; ?>