I have a horizontal menu with the sitemap as it's data source. The StaticSelectedStyle background color is set to blue so the the user knows which part of the system they are in. This works fine when the user is on the Home page because there are not sub-items below the Home menu. But when the user selects the first menu item under menu item 2 (ie Admin => Add New User), the background color for menu item 2 (Admin) does not change color. I'm sure it's because of the nesting but I don't know how to resolve this. Is there a property I need to set or do I need to code something? Thanks.