It is so easy, I have done it many time but ahhhh I have now a blackout and I can't find any old exampel
That I looking for is that I have two CSS for link.
one for a normal link and one for my menu
I use menu2 to create a basic horizontal menu.
show_menu2(0, SM2_ROOT, SM2_ALL, SM2_ALL, '<td class="[class]">[a][menu_title]</a>', '</td>', '<table class="menu"><tr>', '</tr></table>');
the original have
<a href="" class="menu">
so I use
a.menu {}
to make it to work but how do I add "menu" to menu2??
I did try [a class="menu"] but that he does not like at all.