I had a similar problem but only when I had more than 10 sub-menus. I couldn’t select anything beyond the 10th and it would disappear.
If it’s the same issue try this custom css (enter into the custom css field under theme options).
#access ul li ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul, #access ul ul ul li:hover ul ul, #access ul ul ul ul li:hover ul ul {
z-index:99999;
}