I'm currently working on a project in which the navigation needs to have some special touches in order to fulfill the clients wishes.
Instead of the casual SharePoint topnavigation dropdown I want to expand, so it might have 2 or more columns in 1 dropdown
TOP LEVEL /
|_ Sub level 1 | Sub level 1 | Sub level 1
|_ Sub level 1 | Sub level 1 | Sub level 1
|_ Sub level 1 | Sub level 1 | Sub level 1
Beside from that I want to be able to control what items is to the left in the top navigation bar and which are to the right.
TOP LEVEL 1 | TOP LEVEL 2 |---------------------| TOP LEVEL 3
So is it possible to inherit the AspMenu control to achieve this or do I have to develop my own control entirely from scratch?