Edit the site in question using SharePoint designer or located and download the default.master from the master page gallery.
Locate the following AspMenu control by searching the code for QuickLaunchMenu
Change the StaticDisplayLevels to a lower number, I recommend 1 (don't do zero)
Change the MaximumDynamicDisplayLevels to a higher number such as 3.
Problem
You want to make the quick-launch fly out like the top navigation. Did you know that the top nav and quick launch are just sta...