$(document).ready(function(){$(".link_box").hover(function(){$(".drop",this).show()},function(){$(".drop",this).hide()})})
