This macro creates a sidebar menu from the child pages of the selected page.
Special Notes
The sidebarmenu macro creates an unordered list structure:<UL> <li><a href="">Link 1</a></li> <li><a href="">Link 2</a></li></UL>If the selected main menu item does not have any child pages, the side menu displays links to pages at the same level as the selected page.
Attributes
ulID - ID applied to the main opening UL tag
ulClass - Class applied to the main opening UL tag
liClass - Class applied to every list item
liOdd - Class applied to every odd listitem
selectedClass - Applied to the list item of the selected menu item