Hi deepa. The template type is explained in the Reference manual included in the package. There are also example skins in the package that you can use as a starting place. You can see the example DNN menu skins here The basic idea of having a horizontal root menu with a vertical child would be accomplished by combining one of the tabs examples with the vertical menu example. On the root instance you would set Level="0-0" On the vertical instance of the menu you would want to set Show="WithActiveParent", and also set Level="1-99" |