I've been experimenting with the Pure CSS menu found on this site:
http://csswizardry.com/2011/02/creating-a-pure-css-dropdown-menu/
It's working well, but I'm facing an issue where I want to place this menu inside another div container. However, it only appears below it. I tried setting overflow to auto to make it appear inside, but then the menus don't expand when hovered over. You can see what I mean in the following example:
http://chemsworks.com/so/index.html
Is there a way to have the menu bar stay within the blue section?
I'm not including my CSS or HTML here since you can easily find that on the linked page.
Thank you for any help in advance.