I have a left-side menu like this: Level1
..Level2
....Level3 When the user is on the Level3 of the menu, I don't want that Level1 and Level2 are considered "selected" so I can "highlight" only the Level3 using a SelectedTab class. I would like to have something like the Page.HasSelectedDescendant token that you talk about on the "new token" message. That way, when a Level has a selected descendant, it wouldn't assume the "selected" class of the css file. Is there any way to accomplish that? Thanks in advance!!
Leo |