in the menu.css file, change:
ul#cssmw > li:hover > span > a {
background-color: #84B9D9;
background-position: center center;
border-style: none;
color: #006991;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: none;
}
ul#cssmw > li.hover > span > a {
background-color: #84B9D9;
background-position: center center;
border-style: none;
color: #006991;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: none;
}
to:
ul#cssmw > li:hover > span > a {
/*background-color: #84B9D9;*/
background-position: center center;
border-style: none;
/*color: #006991;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: none;
}
ul#cssmw > li.hover > span > a {
/*background-color: #84B9D9;*/
background-position: center center;
border-style: none;
/*color: #006991;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-align: center;
text-decoration: none;
text-transform: none;
}