.highlight a:hover *{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
