$(document).ready(function(){
	
	//$('ul#leftNavOuterUl ul').hide();
	$('ul#leftNavOuterUl > li').hover(function(){
		//$(this).children('ul').slideToggle('normal');
	}, 
	function(){
		//$(this).children('ul').slideToggle('normal');
	});
});
