Obrigado pela rapida resposta
eu estive a ver mas não consegui! =S
<!-- ========== MENU ========== -->
<div id="navEZPagesTop">
<ul>
<li class="li_un " id="tab_home"><a href="<?php echo str_replace('&', '&', $home); ?>"><strong></strong><cufon style="width: 42px; height: 20px;" alt="<?php echo $text_home; ?>" class="cufon cufon-canvas"><canvas style="width: 50px; height: 24px; top: -3px; left: -1px;" height="24" width="50"></canvas><cufontext><?php echo $text_home; ?></cufontext></cufon><strong></strong></a></li>
<li class="li_sec " id="tab_login">
<?php if (!$logged) { ?>
<a href="<?php echo str_replace('&', '&', $login); ?>"><strong></strong><cufon style="width: 36px; height: 20px;" alt="<?php echo $text_login; ?>" class="cufon cufon-canvas"><canvas style="width: 49px; height: 24px; top: -3px; left: -1px;" height="24" width="49"></canvas><cufontext><?php echo $text_login; ?></cufontext></cufon><strong></strong></a>
<?php } else { ?>
<a href="<?php echo str_replace('&', '&', $logout); ?>"><strong></strong><cufon style="width: 36px; height: 20px;" alt="<?php echo $text_logout; ?>" class="cufon cufon-canvas"><canvas style="width: 49px; height: 24px; top: -3px; left: -1px;" height="24" width="49"></canvas><cufontext><?php echo $text_logout; ?></cufontext></cufon><strong></strong></a>
<?php } ?>
</li>
<li class="" id="tab_account"><a href="<?php echo str_replace('&', '&', $account); ?>"><strong></strong><cufon style="width: 64px; height: 20px;" alt="<?php echo $text_account; ?>" class="cufon cufon-canvas"><canvas style="width: 72px; height: 24px; top: -3px; left: -1px;" height="24" width="72"></canvas><cufontext><?php echo $text_account; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_special"><a href="<?php echo str_replace('&', '&', $special); ?>"><strong></strong><cufon style="width: 28px; height: 20px;" alt="<?php echo $text_special; ?>" class="cufon cufon-canvas"><canvas style="width: 41px; height: 24px; top: -3px; left: -1px;" height="24" width="41"></canvas><cufontext><?php echo $text_special; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_cart"><a href="<?php echo str_replace('&', '&', $cart); ?>" ><strong></strong><cufon style="width: 62px; height: 20px;" alt="<?php echo $text_checkout; ?>" class="cufon cufon-canvas"><canvas style="width: 70px; height: 24px; top: -3px; left: -1px;" height="24" width="70"></canvas><cufontext><?php echo $text_checkout; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_contact"><a href="<?php echo str_replace('&', '&', $contact); ?>" ><strong></strong><cufon style="width: 69px; height: 20px;" alt="<?php echo $text_contact; ?>" class="cufon cufon-canvas"><canvas style="width: 77px; height: 24px; top: -3px; left: -1px;" height="24" width="77"></canvas><cufontext><?php echo $text_contact; ?></cufontext></cufon><strong></strong></a></li>
<li class="" id="tab_sitemap"><a href="<?php echo str_replace('&', '&', $sitemap); ?>" ><strong></strong><cufon style="width: 34px; height: 20px;" alt="<?php echo $text_sitemap; ?>" class="cufon cufon-canvas"><canvas style="width: 42px; height: 24px; top: -3px; left: -1px;" height="24" width="42"></canvas><cufontext><?php echo $text_sitemap; ?></cufontext></cufon><strong></strong></a></li>
</ul>
</div>
<!-- ========================== -->
Eu penso que deve ser nesta parte do código mas onde? Cumprimentos