Thanks for the mod, i just changed it a little bit, not much, but i think it looks better, you can see this at:
http://www.shisha.co.uk/shopcart/home.php
Code:
{* $Id: menu_bestsellers.tpl,v 1.10.2.1 2004/11/16 11:15:01 max Exp $ *}
{if $bestsellers}
{capture name=menu}
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%">
{section name=num loop=$bestsellers}
<TR>
<TD width="30">
{include file="product_thumbnail.tpl" productid=$bestsellers[num].productid image_x=25 product=$bestsellers[num].product}
</TD>
<TD class="VertMenuItems" height="16">{math equation="value+1" value=$smarty.section.num.index}.
{$bestsellers[num].product}
</TD>
</TR>
{if not $smarty.section.num.last}
<TR>
<TD class="VertMenuLine">[img]{$ImagesDir}/spacer.gif[/img]</TD>
</TR>
{/if}
{/section}
</TABLE>
{/capture}
{ include file="menu.tpl" dingbats="dingbats_categorie.gif" menu_title=$lng.lbl_bestsellers menu_content=$smarty.capture.menu }
{/if}