Menu Colour

Anyone know the CSS to change the color of the menu text?

Hello,

Here is the CSS to change the menu color:

#header .top-header .header-navigation ul li a {
    color: #fff;
}
#header .top-header .header-navigation ul li a:hover {
    color: #ffde00;
}

Regards