create a new set of styles and apply them to the links in the speed bar
something like
Code:
NewA:link {
COLOR: #330000; TEXT-DECORATION: none;
}
NewA:visited {
COLOR: #330000; TEXT-DECORATION: none;
}
NewA:hover {
COLOR: #550000; TEXT-DECORATION: underline;
}
NewA:active {
COLOR: #330000; TEXT-DECORATION: none;
}