change tab manu font color
Hi
Below is the code that i use in my custom CSS to change the color the menu bar. however i cant change the font color, its still grey now. i wanna change it to white. Please help me. thanks :)
here is the website http://mimigoss.com/wordpress/
#access {
border:1px solid #a52a2a;
background-color:#a52a2a
}
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
background-color:#444;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a {
background-color:#444
}
#branding {
background: none left #fff;
}