Hey Kobra,
I posted another post because I had made some progress but needed some help with the php. Here is the other post...don't know if you can help or not. If you can, that would be awesome!
Here is what I have done (probably not the best method, I'm sure).
I have added this to my tpl_header.php file. I have pretty much been adding it in numerous places to try to find the best placement. I want it directly below the logo and above the Home/Login bar. Here's what it looks like so far: http://flhorsesource.com/store/ I would really prefer it to look more like the one seen here http://flhorsesource.com/classifieds but I will take the closest I can get.
<div id="headerLinks"><a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif" height="21" width="130"></a>
<a href="http://www.flhorsesource.com/store"><img src="../images/storebutton.gif" height="21" width="91"></a>
<a href="http://www.flhorsesource.com/forums"><img src="../images/forumsbutton.gif" height="21" width="99"></a>
<a href="http://www.flhorsesource.com/classifieds"><img src="../images/classbutton.gif"></a></div>
I added this to my stylesheet...which may be my problem as well..not quite sure.
#headerLinks{
float: left;
margin-top;
}