The items are one color but there is also a set of links that are also affected. Look for code similar to this:
Code:
.VertMenuItems:link {
COLOR: #0069B2; TEXT-DECORATION: none;
}
.VertMenuItems:visited {
COLOR: #0069B2; TEXT-DECORATION: none;
}
.VertMenuItems:hover {
COLOR: #0069B2; TEXT-DECORATION: none;
text-decoration: underline;
}
.VertMenuItems:active {
COLOR: #0069B2; TEXT-DECORATION: none;
}
Does that help?