Hi Bojan, I tried clearing the cache. Right now you’re able to roll-over each menu button and it changes to a white background. When its clicked, I want it to change to a sky blue. The code I provided is the only spot I can see where I can change this.
I do have three sections that have this:
#nav a:focus,
#nav a:hover {
background-color: #FFFFFF;
}
Maybe only one section needs FFFFFF and the other two change to #005692?