cfnet21
To change the color of menu on hover:
.t3-topbar .menu > li > a:hover,
.t3-topbar .menu > li > .nav-header:hover,
.t3-topbar .menu > li > a:focus,
.t3-topbar .menu > li > .nav-header:focus,
.t3-topbar .menu > li > a:active,
.t3-topbar .menu > li > .nav-header:active {
color: #808080 !important;
}
and change to your desired color