Hi friend,
I’m a little confused. What exactly did your site color scheme look like before?
Try changing the above code to the following and see if it’s the look you want:
#access {
background: #f1f1f1;
background: -webkit-linear-gradient(#f9f9f9, #e5e5e5)
font-size: 12px;
border-top: 2px solid #69c;
border-bottom: 2px solid #69c;
width: 1000px;
}
#access a {
color: #69c;
font-size: 13px;
margin-left: 5px;
}
#access li:hover > a,#access a:focus {
text-decoration: underline;
font-size: 13px;
color: black;
}
#access .current_page_item > a,#access .current_page_ancestor > a {
font-size: 13px;
color: black;
text-decoration: underline;
}
Let me know if this is the look you want then I can help you tidy up the code a little more if you want.
Afzaal