Hi,

This is my 1st post here.
I have a suggestion of Smooth Navigational Menu (v1.4).

The "opacity" is doesn't work in IE as they said,
but you can add one tag for IE:

original:

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}


Suggestion:

.toplevelshadow{
opacity: 0.8; filter: alpha(opacity = 80);
}


So, it can be use on IE, FF, Safari, Opera and also Google Chrome!