Hirerarchical side bar menu

You do not need a plugin to do this, you can do it with wp_nav_menu() (and it’s related functions) and CSS. Specifically what you should be looking at is the .current-page-ancestor and .menu-item-ancestor to display (or not display) the desired links.