I'll need a little time to figure this all out, but I think it can be done. You could set the Level range dynamically in your skin like this: < script runat="server">
PrivateSub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) HandlesMyBase.Load Nav.Level = PortalSettings.ActiveTab.Level.ToString &"-99" End Sub
< /script> The Nav id will need to correspond to your menu ID. There is a token for templates called {ActiveTab.Level}You may be able to accomplish what you want by starting with the ActiveResetHover example which uses javascript to tie to different menu instances together. All you would need to do is set a fixed width on it in CSS to make the child menu vertical. Then on the child menu you could use Show="WithActiveParent" |