Never mind, I found the answer through a Google search. If anyone else has the same question, this worked for me: add the following to custom CSS (under Misc. settings) –
#access > .menu > ul > li > a > span:hover {
color: red;
}
#access ul ul li a:hover {
color: red;
}