ok, thanks for your help. this is what i did so far (background is black and links are white)...
http://img267.imageshack.us/img267/883/extranavbar.jpg
But i have still problem with this white border and i have no idea, how to make it black? any idea?
this my code for extra navbar...
Code:
<tr><td>
<!-- nav buttons bar -->
<!-- PAGENAV POPUP -->
<style type="text/css">
.adv{margin:0 auto;}
.adv td{padding:0;}
.adv a{padding:6px 0 3px;height:20px;display:block;text-align:center;text-decoration:none;background-color:#000000;color: white;}.adv a:hover{background-color:#000000;}.adv a span{display:none;}
</style>
<table class="tborder adv" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"><tr>
<td class="alt1" width="11%">
<a href="http://sitelink.com">Your Link here?</a>
</td>
<td class="alt1" width="14%">
<a href="http://sitelink.com">Your Link here?</a></td>
<td class="alt1" width="12%">
<a href="http://sitelink.com">Your Link here?</a></td>
<td class="alt1" width="16%">
<a href="http://sitelink.com">Your Link here?</a></td>
<td class="alt1" width="15%">
<a href="http://sitelink.com">Your Link here?</a></td>
<td class="alt1" width="14%">
<a href="http://sitelink.com">Your Link here?</a></td>
<td class="alt1" width="18%">
<a href="http://sitelink.com">Your Link here?</a></td>
</tr>
</table>
</td></tr>