..found a solution. Instead of using:
$(‘#solutionsmenu’).addClass(‘HighlightedTopMenu’);
to add the new class, I’m using:
$(‘#solutionsmenu’).css(‘background-color’, ‘red’);
to change the style via jquery
I’d appreciate an other thoughts though.
Thanks,
Rick