Hello
Not by default, however this can be amended with some CSS. Assuming you are referring to the main menu item, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
(edit to taste)
.hornav > ul > li > a:hover,
.hornav > ul > li > span:hover {
color: #397dc6;
}
Ciaran