Hi Kalvin37.
I have looked at the CSS (Stylesheet) page on your site, and found the section of that file that defines what your sidebar links look like. Strange thing is, it seems as though the code is correct and should be showing no underlines for these links.
Here’s the snippet of code so that someone else here may be able to pinpoint the problem faster:
.side1 ul ul li a {
display: block;
margin: 0px;
padding: 4px 0px 0px;
width: 190px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #2f5587;
text-decoration: none;
}
.side1 ul ul li a:hover {
padding: 4px 0px 0px;
background-image: url(images/icon-li.gif);
background-repeat: no-repeat;
background-position: 17px;
height: 17px;
text-indent: 27px;
width: 190px;
background-color: #FFFFFF;
color: #cc3300;
text-decoration: none;
}