﻿<!-- 
	$('#menus li').bind({
		mouseenter: function(){
			$(this).find('ul').show();	
		},
		mouseleave: function(){
			$(this).find('ul').hide();	
		}	 
	})
// -->
