$(document).ready(function(){

	$("#service li a").click(function(){
		$(this).next(".dtl").toggle();
	});

});
