That is controlled for your template by
stylesheet.css (line 433)
#categoriesContent a {
background: url("../images/sidelink1.jpg") no-repeat scroll 0 0 transparent;
color: #696969;
float: left;
font: 12px Arial,Helvetica,sans-serif;
height: 23px;
margin: 0;
padding-left: 22px;
padding-top: 5px;
text-align: left;
text-decoration: none;
width: 211px;
}
You would want to make rules for top and subcategories that distinguish the background to use.


Reply With Quote
