jQuery(document).ready(function(){
	


	/*dropdown menu 20090805*/
	jQuery("div#menu ul.left li").hover(
		function(){jQuery("ul", this).css("display", "block");},
		function(){jQuery("ul", this).css("display", "none");}
	);


	
});
