Try setting the CSS property "z-index" for the <</>a> elements in your menu to something higher than default, say 50. Something like:
#nav a
{
z-index:50;
}
Try setting the CSS property "z-index" for the <</>a> elements in your menu to something higher than default, say 50. Something like:
#nav a
{
z-index:50;
}