$(document).ready(function(){
	$(".category").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});
        $('ul.sf-menu').superfish({ 
            delay:       50,
            animation:   {opacity:'show',height:'show'},  
            speed:       'fast',                         
            autoArrows:  true,                           
            dropShadows: true                          
        }); 
    }); 
