On my site here towards the left hand side of the product navigation, when you hover over the product names, there is a little 1px bar that appears next to the first letter of each product. Anybody know how to get rid of that?
It’s caused by this rule at line 353
#product-nav ul li:hover {
[COLOR="Red"]border-left: 1px solid #99FF00;[/COLOR]
color: #FFFFFF;
text-decoration: none;
}
I think you can safely just remove that line in red, as I don’t see any other use for it.