I'm trying to make my sub-menu have the same width as the entire parent menu, however of course the sub-menu is taking on the width of it's parent li. I also need the sub-menu li items to be floated left next to each other - i tried doing padding: 0 -421%; on dropdown-menu which made it the same width as the actual parents menu, but of course i cannot float the li's inside the dropdown menu due to the extra padding.
The fiddle
<a href="/">
(added as i keep getting "jsfiddle must be accompanied by code" error).