Well,
here it is I think..... http://test.quacos.nl/hormenu/tabid/74/Default.aspx only for the rootitems.
skinname.ascx:
<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU"
usearrows="false"
userootbreadcrumbarrow="false"
usesubmenubreadcrumbarrow="false"
rootmenuitemcssclass="rootmenuitem"
rootmenuitemactivecssclass="rootmenumenuitemactive"
rootmenuitemselectedcssclass="rootmenuitemselected" />
skin.css:
.rootmenuitem td{
background-image:url(button.gif);
background-position:right;
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;
}
.rootmenuitem {
color: #1B5B7C;
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Tahoma;
font-weight: normal;
}
.rootmenuitemselected TD {
background-image: url(buttonON.gif);
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;
}
.rootmenuitemselected {
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Tahoma;
font-weight: normal;
color:white;
}
.rootmenumenuitemactive td{
background-image: url(buttonON.gif);
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;
color:white;
}