Rashida,
As mentioned earlier, you are a gem. A ruby infact :)
I put css into custom.css. I changed it to:
.sp-megamenu-parent .sp-has-child > .sp-dropdown {
display:block; visibility: hidden; opacity: 0.0; transition: visibility .55s,opacity .75s ease-in-out !important; -moz-transition: visibility .55s,opacity .75s ease-in-out !important; -webkit-transition: visibility .55s,opacity .75s ease-in-out !important; }
.sp-megamenu-parent .sp-has-child:hover > .sp-dropdown { opacity: 1.0; visibility: visible;
}
It did have an effect, but it acts "jittery"
I am flying blind - I have no idea what the parameters do.
You can see it at: http://sownx.org/
As you go looking, I'll look for some css tutorials.
Thank you!