I am facing an issue with my nav bar's dropdown menus. I want the dropdown menus to stretch to accommodate the content inside them, but currently they are limited by their parent element's width.
After researching the problem, I've come across suggestions to set position: absolute on the dropdown menus. However, this solution has not worked for me.
You can view my jsFiddle here: http://jsfiddle.net/Rqgh6/
Is there anyone who knows how I can make the dropdowns wider than their parent element?