$(function(){
    $('li.cat-lnk').bind('click', function(){
        $(this).find('a').eq(0).toggleClass('').next('ul').show()
    })
})
