yes, please. it's not doing it in explorer now, but it is in mozilla.
<TABLE border=1 cellPadding=5 cellSpacing=0 width="100%" style="border-collapse: collapse" bordercolor="#FFFFFF">
<TR>
{if $link_href}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.jpg" height=26 valign=center width=100% align="center"><font class=VertMenuTitle>
<font color="#000000"></font>
<font color="#000000">{$menu_title}</font></font></TD>
{else}
<TD class=VertMenuTitle background="{$ImagesDir}/titletest.jpg" height=26 width=100% align="center">
<font class=VertMenuBoxNewsTitle color="#000000"> {$menu_title}</font></TD>
{/if}
</TR>
<TR>
<TD colspan="2" class=VertMenuBox>{$menu_content}
</TD></TR>
</TABLE>