// JavaScript Document



  $(document).ready(function() { 

        $('#header_nav ul').superfish({ 

            delay:       100,

            speed:       500,

            animation:   {height:'show' },

            autoArrows:  true,                         

            dropShadows: false                          

			

        }); 



    }); 


