find this
Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<TR>
<TD width="80%" class=VertMenuBox nowrap>{$menu_content} </TD>
</TR>
</TABLE>
change to this
Code:
<TABLE border=0 cellPadding=5 cellSpacing=0 width="100%">
<TR>
<td background="{$ImagesDir}/menu_content_bg.gif" nowrap>{$menu_content} </TD>
</TR>
</TABLE>
then upload your background image called
menu_content_bg.gif to
skin1/images/