I wanted to make some customizations so I used the asp menu and hooked it up to the quick lanuch data source. However, I can't get the static selected style to work (see below). Any ideas? here is the website address www.aspiranet.org
Thanks,
Kevin
<asp:Menu runat="server" id="Menu1" DataSourceID="QuickLaunchSiteMap" Orientation="Horizontal" StaticEnableDefaultPopOutImage="False" Width="100%">
<StaticMenuItemStyle CssClass="Aspiranet-TopNav" HorizontalPadding="5px" />
<DynamicHoverStyle Font-Underline="False" BackColor="#FFE499" ForeColor="#333333" BorderColor="#FFE499" />
<DynamicMenuStyle BackColor="#E2F1FA" CssClass="Aspiranet-TopNavDynamic" BorderStyle="Outset" BorderColor="Silver" BorderWidth="1px" />
<DynamicSelectedStyle Font-Bold="False" CssClass="ms-topnav" />
<DynamicMenuItemStyle HorizontalPadding="2px" Width="100%" CssClass="Aspiranet-TopNavDynamic" VerticalPadding="2px" ItemSpacing="2px" />
<StaticHoverStyle Font-Italic="False" Font-Bold="False" BackColor="#E2F1FA" ForeColor="#4FB6D4" />
<StaticSelectedStyle BackColor="#E2F1FA" BorderColor="#E2F1FA" BorderWidth="1px" BorderStyle="Solid" ForeColor="#4FB6D4" />
</asp:Menu>