Alrighty, I haven't figured out exactly what is causing it, but these lines are affecting it:
Code:
.tcat A:link {
COLOR: #000000; TEXT-DECORATION: none
}
.tcat A:visited {
COLOR: #000000; TEXT-DECORATION: none
}
.tcat A:hover {
COLOR: #000000; TEXT-DECORATION: underline
}
.tcat A:active {
COLOR: #000000; TEXT-DECORATION: underline
}
When I deleted those from the CSS the links showed up properly in blue.
Then I did a search in your code and found that the {TD} before the cart had the following:
Code:
<TD class=tcat>
<TABLE cellSpacing=1 cellPadding=1 width="100%" border=0>
<TBODY>
<TR>
<TD class=alt2>[img]Motionzoo Online Store_files/dingbats_orders.gif[/img] <SPAN
class=smallfont>Your Cart</SPAN></TD></TR>
<TR>
So, the TD is overridding your VertMenuItems CSS.
I hope that helps
