You can use philip's suggestion but you can also just do it in the xsl
lets say you are using the superfish tempalte from ddrmenu templates then what you need to do is delete the firs ul /ul from the tmpalte and put the call in the skin as follows
<
ul
><
ddr:MENU
runat
=
"server"
MenuStyle
=
"superfish"
/></
ul
>
and then modify the xsl to change this
<
ul
class
=
"sf-menu"
id
=
"{$ControlID}"
>
<
xsl:apply-templates
select
=
"node"
/>
</
ul
>
to this as you can see you can create whole structures
<
xsl:apply-templates
select
=
"node"
/>
<
li
><
a
href
=
"#"
>Your link here</
a
></
li
>
<
li
><
a
href
=
"#"
>Your link here</
a
></
li
>
<
li
><
a
href
=
"#"
>Your link here</
a
></
li
>
<
li
>
<
a
href
=
"#ab"
>menu item</
a
>
<
ul
>
<
li
class
=
"current"
><
a
href
=
"#"
>menu item</
a
></
li
>
<
li
><
a
href
=
"#aba"
>menu item</
a
></
li
>
<
li
><
a
href
=
"#abb"
>menu item</
a
></
li
>
<
li
><
a
href
=
"#abc"
>menu item</
a
></
li
>
<
li
><
a
href
=
"#abd"
>menu item</
a
></
li
>
</
ul
>
</
li
>
Armand Datema
Get my new skin ( lots of design variations [18 headers, 30 titlebars, 30 breadcrumbs, 3 footers ], 50+ typography containers , 50+ page templates and an online theme builder for unlimited skin variations) Aura>
For all your skin conversions
2DNN
Follow me on Twitter