I've got a little problem. I use views to put tabs on pages depending on arguments. The problem is that all tabs get the same class: tab1. This means that I can't put different icons in the tabs through css. I'm also using nice menues. Nice menues give all menu entries a class name depending on the url it leads to. For example, the menu edit called add blog entry has a class that looks like "menu-path-node-add-blog". That makes the theming very easy. Is it possible to make that happen for tabs as well?