//$(document).ready(function(){
  
 
// $("ul.menu-1").hide();
// 	$("li.menu-expand").click(function(){
// 		$(this).find("ul.menu-1").slideToggle(500).siblings().hide()
// 		return true;
		
// 	});


// $(".menu-parent > ul.menu-1").show();
//$("#menu li ul").hide();
//
//$("#menu .menu-expand").click(function(){
//	$(this).find("ul").stop().slideDown(500)
//	return true; 
//	$("#menu .menu-expand").click(function(){
//	$(this).find("ul").stop().slideUp(500)
//	return true; 
//	});
//	});
//$("#menu .menu-expand ul li").click(function(){
//	$(this).stop()
//	return true;
//		
//	});
//
//$(".menu-parent > ul.menu-1").stop().show();
//
//});


//   $(document).ready(function() {
//
//        $("#content a").lightBox();
//    });
//    
