In janews.css delete the following:
.jazin-box:hover div.jazin-section a,
.hover div.jazin-section a {
background: url(../images/h3-bg-hilite.gif) no-repeat left;
color: #FFFFFF;
}
.jazin-box:hover div.jazin-section a span,
.hover div.jazin-section a span {
background: url(../images/h3-bg-hilite.gif) no-repeat right;
}
And then in red.css delete:
/*janews*/
ul.jazin-links li a:hover, ul.jazin-links li a:active, ul.jazin-links li a:focus {
color: #CC0000;
}
.jazin-box:hover div.jazin-section a,
.hover div.jazin-section a {
background: url(../../images/red/h3-bg-hilite.gif) no-repeat left;
}
.jazin-box:hover div.jazin-section a span,
.hover div.jazin-section a span {
background: url(../../images/red/h3-bg-hilite.gif) no-repeat right;
}
That should do it.
Cheers,
Jason.