Replaces the standard Spree menu with the Superfish menu (http://users.tpg.com.au/j_birch/plugins/superfish/).
Thsis revision was developed and tested with Spree 1.0. The default styling is the default provided with Superfish. You can change it by overiding the style attributes with your stylesheet. If you want to instead use it within a custom layout, just rework the hook into the current views and include it into your view where appropriate.
Add the following to your Gemspec file:
gem "spree_superfish_menu", :git => 'git://github.com/markalinn/Spree-Superfish-Menu.git'
or for Spree 0.60.x
gem "spree_superfish_menu", :git => 'git://github.com/markalinn/Spree-Superfish-Menu.git', :branch => '0-60'
Test
Copyright (c) 2011 Mark Linn, released under the New BSD License