here is the page
http://www.imperio.co.za/index.php?page=testimonials
the top menu is in cms, but the sub menu is not, (this is just a temporary conversion as there is a new design in the next months or so, that's why i am not spending time making the sub-menu in cms)
the links are styled like this
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #EAEAEA;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: red;
text-decoration: none;
}
a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #EAEAEA;
text-decoration: none;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
color: #EAEAEA;
text-decoration: none;
}
as you can see i said for the hover to be red for the stark contrast, but nothing