Quote Originally Posted by thevagr1 View Post
Okay, have done this but the active colour does not work. I also tried changing the .sideBoxContent

.sideBoxContent a:active {
color: #76950b;
}

this also doesn't seem to work.

Is there another section that is working over this maybe that I should option out?
No these will/should work only within the categories box:
Try rearranging the declarations as show below:

#categoriesContent a:link {
padding: 0 0 .4em .5em;
color: #333333;
}
#categoriesContent a:visited {
color: #000;
}
#categoriesContent a:hover {
color: #000;
}
#categoriesContent a:active {
color: #000;
}