(function(a){a.simpledropdown=function(b){a(b).children("ul").addClass("dropdown");a("ul.dropdown>li:first-child").addClass("selected");a("ul.dropdown>li").not(".dropdown>li:first-child").addClass("drop");a("ul.dropdown").hover(function(){var c=a(this).find(".drop ul li");var d=a(this).find(".selected");c.stop(true, true).slideDown("fast",function(){c.click(function(){var e=a(this).text();d.text(e).fadeOut(5,function(){if(jQuery.browser.msie){a(this).fadeIn(100)}else{a(this).fadeIn(400)}});c.stop(true, true).slideUp("fast")})})},function(){var c=a(this).find(".drop ul li");c.slideUp("fast")})}})(jQuery);
