Code:
{*
$Id: tabs.tpl,v 1.2 2009/04/21 11:42:00 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{if $speed_bar}
<div class="tabs">
<ul>
{foreach from=$speed_bar item=sb name=tabs}
<li{interline name=tabs}><a href="{$sb.link|amp}"{if $current_category.categoryid eq "xxx"}>{$sb.title}</a></li>
{/foreach}
</ul>
</div>
{/if}
Something like this? How I should apply this for all of the 7 links and I know it sounds stupid but how can I get the category ID

Thank you man, you are the one who is helping me since my fist post in this forum. I appreciate it, too bad I can't help you a lot with my poor knowledge...