$(document).ready(function(){$("#offer_list li").click(function(){$(this).children("ul").slideToggle();});});

