A TreeView control with the MSDN style applied to it
<asp:TreeView ID="TreeView1" Runat="server" DataSourceID="SiteMapDataSource1" ImageSet="Msdn" NodeIndent="10"> <SelectedNodeStyle BackColor="White" VerticalPadding="1" BorderColor="#888888" BorderStyle="Solid" BorderWidth="1px" HorizontalPadding="3"></SelectedNodeStyle> <NodeStyle VerticalPadding="2" Font-Names="Verdana" Font-Size="8pt" NodeSpacing="1" HorizontalPadding="5" ForeColor="Black"></NodeStyle> <HoverNodeStyle BackColor="#CCCCCC" BorderColor="#888888" BorderStyle="Solid" BorderWidth="1px" Font-Underline="True"></HoverNodeStyle> </asp:TreeView>