I will be using this one. I want to add sub items to each category(button) how do I do it but maintain the style?
<style>
#message div.menuBar2,
#message div.menuBar2 a.menuButton {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: #000000;
}
#message div.menuBar2 {
background-image: url(http://i14.photobucket.com/albums/a345/Instar/escher_background.gif);
padding: 6px 2px 6px 2px;
text-align: center;
margin-left:20px;
}
#message div.menuBar2 a.menuButton {
background-color: transparent;
border: 1px solid;
border-color: #f0f0f0 #909090 #909090 #f0f0f0;
color: #000000;
cursor: pointer;
left: 0px;
margin: 1px;
padding: 2px 6px 2px 6px;
xposition: relative;
text-decoration: none;
top: 0px;
z-index: 100;
}
#message div.menuBar a.menuButton:hover {
background-color: transparent;
border-color: #909090 #f0f0f0 #f0f0f0 #909090;
color: #000000;
}
</style>
<center><table><tr><td>
<DIV id="message"><div class="menuBar2">
<a class="menuButton" href="http://herproom.5.forumer.com/index.php?act=home">Home</a>
<a class="menuButton" href="{ibf.script_url}act=Search&CODE=getnew">New Posts</a>
<a class="menuButton" href="{ibf.script_url}act=UserCP&CODE=01">Profile</a>
<a class="menuButton" href="{ibf.script_url}act=UserCP&CODE=04">Settings</a>
<a class="menuButton" href="JavaScript:full()">FullScreen</a>
<a class="menuButton" href="http://herproom.5.forumer.com/index.php?act=ST&f=31&t=1873&st=0#entry6049">Link Us</a>
<a class="menuButton" href="http://herproom.5.forumer.com/index.php?act=ST&f=18&t=932">About Us</a>
</div></div>
</td></tr></table></center>