All of your links are gif`s....You will need to make arcade.gif like the others..
You could get with the skin maker and ask them if they already have a arcade.gif..
After you get the arcade.gif,,look in your header template for,
Code:
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/xcalendar.gif);"><a href="calendar.php$session[sessionurl_q]"
onmouseover="JSFX.fadeIn('calendar')"
onmouseout="JSFX.fadeOut('calendar')"><img
src="$stylevar[imgdir_misc]/xcalendar.gif" name="calendar" width="78" height="39" border="0" class="imgFader" id="calendar" alt="" /></a></td>
</tr>
and put this under it,,
Code:
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/arcade.gif);"><a href="arcade.php$session[sessionurl_q]"
onmouseover="JSFX.fadeIn('arcade')"
onmouseout="JSFX.fadeOut('arcade')"><img
src="$stylevar[imgdir_misc]/arcade.gif" name="arcade" width="78" height="39" border="0" class="imgFader" id="arcade" alt="" /></a></td>
</tr>