$(function(){
    $("ul .rang1").click( function() {
        $(".rang1 ul").hide(400);
        $(this).find("ul").toggle(400);
    } );
})
