I've read about everwhere about applying the superfish plugin to my web applicatiion, but i won't seem to sucseed. Can anybody take a look at my code?Here is the master page with the menu part:\[code\]<script src="http://stackoverflow.com/questions/12598698/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script><script src="http://stackoverflow.com/questions/12598698/Scripts/hoverIntent.js" type="text/javascript"></script><script src="http://stackoverflow.com/questions/12598698/Scripts/superfish.js" type="text/javascript" ></script><script type="text/javascript"> $(document).ready(function () { $('ul.AspNet-Menu').superfish({ animation: { height: 'show' }, // slide-down effect without fade-in delay: 1200 // 1.2 second delay on mouseout }); }); </script><asp:ContentPlaceHolder ID="head" runat="server"></asp:ContentPlaceHolder></head><body background="App_Themes/Standard/back_paste.jpg"> <form id="form1" runat="server"> <div id="maincontainer"> <!-- Menu --> <div id="contentwrapper"> <div id="leftcolumn"> <div id="innertube"> <asp:Menu id="Menu1" runat="server" DataSourceID="MurergruppenSiteMap" Orientation="Vertical"> </asp:Menu> <asp:SiteMapDataSource ID="MurergruppenSiteMap" runat="server" ShowStartingNode="false" /> </div> </div> <!-- Content --> <div id="contentcolumn"> <div class="innertube"> <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server" /> </div> </div> </div> </div></form>\[/code\]All the css code I have places inside Styles in App_themes.And here is a link to picture of my solution explorer:https://www.sugarsync.com/pf/D777044_9142265_182069