.most_useful p {display: none;}
$("div.most_useful li").bind("mouseover mouseout", function () { $("p", this).toggle(); });