having problem with jquery code for dropdown

having problem with jquery code for dropdown

hi guys...i'm having serious problem..i want to a dropdown using jquery but this doesn't work.



(function() {
   $('li').hover(function() {
    $('this').find('ul>li').stop().fadeToggle(300);
   });
  })();    

not me