Hi there phipm1,
and a warm welcome to these forums. 
try it like this...
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
<style type="text/css">
a {
display:inline-block;
padding-right:14px;
background:transparent url('http://www.coothead.co.uk/images/anim2.gif') no-repeat 100% 0;
color:#000;
}
a:hover:after {
content: ">";
}
a[href*="google"] {
background-image:none;
}
a[href*="google"]:hover:after {
content: " ";
}
</style>
</head>
<body>
<ul>
<li><a href="http://www.google.com">google.com</a></li>
<li><a href="http://www.dynamicdrive.com/">dynamicdrive.com</a></li>
<li><a href="http://www.google.co.uk">google.co.uk</a></li>
</ul>
</body>
</html>
coothead
Bookmarks