Here is what I have.
Make necessary changes to it. Edit it in frontpage or dreamweaver and set table witdth.
<TABLE border=1 cellPadding=5 cellSpacing=0 width="100%" style="border-collapse: collapse" bordercolor="#FF6600">
<TR>
{if $link_href}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 valign=center width=80% align="left"><font class=VertMenuTitle>
<font color="#FFFFFF"></font>
<font color="#FFFFFF">{$menu_title}</font></font></TD>
{else}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.png" height=26 width=80% align="left">
<font class=VertMenuBoxNewsTitle color="#FFFFFF"> {$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>