Not sure how to word this but what I need to do is change the font color for the product listing nav bar without changing the color of the links in the sideboxes.

For example on this page http://thepixelpatch.com/store/index...dex&cPath=3_10

If you look at the text links in the left sidebox ( Information ) they are green. On the red Product Listing bar at the top, the text is also green but since that bar is a dark color I need to change the font color. This is the code in the stylesheet that changes the font color

Code:
 
a:link, #navEZPagesTOC ul li a {
color: #475136;
text-decoration: none;
font-size: 1.2em; 
}
But it changes both of them. How can I seperate these two ?

Thanks !