You can try something with CSS so that all subtexts are always visible. When you hover over the current element, it gets the class 'sfHover'.
Perhaphs, you can add CSS style to your site like this:
li.sub.sfHover ul {
display: block !important;
visibility: visible !important;
}
CSS, -, , .