Kentico CMS for ASP.NET is delivered with a rich set of navigation controls that are highly customizable using their properties and using CSS styles. You can also use third-party controls if necessary.
All controls are XHTML compatible.
Drop-down Menu
The drop-down menu renders a vertical or horizontal DHTML menu that can display any number of sub-levels.
CSS List Menu
The CSS list menu allows you to display a wide variety of menus based only on the standard <UL> and <LI> elements, without any JavaScript or tables. It's the best option if you want to build CSS-based, accessible and SEO-friendly navigation. However, it also requires an advanced knowledge of CSS positioning.
Tree Menu
The tree menu is intended for horizontal hierarchical menus. It displayes the unfolded path to the current menu item and its child items.
Tab Menu
The tab menu helps you create a one-level, horizontal or vertical menu that uses tabs with left and right images for each menu item.
Dynamic Sitemap
The site map displays the structure of the web site. It's completely dynamic - when you add a new page, it's automatically displayed on the site map.
Breadcrumb Navigation
Breadcrumbs show the current position of the visitor on the web site. The breadcrumbs reflect the current URL and the position of the page in the content tree (in the site map).
Navigation Customization
For each menu level, you can specify different CSS classes. Morever, you can define custom text, image/style, mouse-over image/style and highlighted image/style. It means you can customize the look of every single menu item through a comfortable user interface.
For each document, you can choose if it should be displayed in the navigation and in the site map.