Ok, here's the scoop...I need to create a CSS based horizontal menu with horizontal submenus directly underneath. An example of how it might work can be seen here:
http://www.alistapart.com/d/hybrid/hybrid-4.htmlHowever, there's a problem with this implementation that I need to find a fix for. What I need is for the submenus to dynamically appear more centered under each main menu item. So in the case of the example above, if a user clicks on Renaissance then the submenu would appear aligned to the left just under the menu item...if a user clicks on Digital, then the submenu would appear right-aligned just under it's menu item...and anything inbetween would be more centered under its menu item and aligned a little more to the left or right without going over the right or left boundaries. Does that make sense? Basically I want to get away from having everything plush left for the submenu...but I don't want them simply aligned directly underneath it's main menu item due to the fact that if a submenu has a few items then the far right menu item would cause them to overlap to the right a bit.
Hopefully this is pretty clear. I'm assuming that some javascript would be needed to make this work...so any links or tutorials or whatnot anyone knows of that will help would be greatly appreciated!

Thanks a bunch!
Jeff