Define a new style in the skin1.css
.FancyMenuBackground {
background-image: url(images/extra/bg_star.gif);
background-repeat: no-repeat;
}
Then in menu.tpl change to:
Code:
<TABLE border="0" cellPadding="2" cellSpacing="0" width="100%">
<TR>
<TD width="29" height="19" valign="middle" class="VertMenuTitle">
[img]{$ImagesDir}/extra/menu_sun.gif[/img]
</TD>
<TD align="left" valign="center" class="VertMenuTitle" width="90%">{$menu_title}</TD>
</TR>
<tr>
<TD class="FancyMenuBackground" colspan="2">{$menu_content}</TD>
</TR>
</TABLE>
That should do it
