Extra nav bar at top of index?

Does this work for you?

http://letspwn.com/store/index.php?...d90177b1be8196a8e51&redirect=/store/index.php

Code:
<li><div class="Popup">
     <a rel="Menu">Links</a>
          <div class="Menu">
               <span class="arrowWidget"></span>
                    <ul class="secondaryContent blockLinksList">
                         <li><a href="http://google.com">Link 1</a></li>
                         <li><a href="http://google.com">Link 2</a></li>
                         <li><a href="http://google.com">Link 3</a></li>
                         <li><a href="http://google.com">Link 4</a></li>
                         <li><a href="http://google.com">Link 5</a></li>
                         <li><a href="http://google.com">Link 6</a></li>
                    </ul>
          </div>
</div></li>
 
I believe that will work great. Is there anyway to make the "Links" text a different color... say Gold so it will stand out, and grab the users attention to actually check out the drop down?
 
Top Bottom