To achieve this you need to change the CSS file for the nav SB:
Search for
div.KT_textnav ul li a.disabled {
text-decoration: none;
color: #AAAAAA;
cursor: default;
}
and change to this
div.KT_textnav ul li a.disabled {
visibility: hidden;
}