<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/html4/loose.dtd">[/URL]
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
<style type="text/css">
/* Switch off the default padding & bullet from the <li> ... */
li {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
/* ... and fake an alternative using a background image for the <a> */
li a {
display:block;
padding-left: 20px;
background: url('images/bluebullet1.gif') no-repeat center left;
}
li a:hover {
background-image: url('images/redbullet1.gif');
color: red
}
a.toplinks:link {color: #282484; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none}
a.toplinks:visited {color: #282484; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none}
a.toplinks:active {color: #282484; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none}
a.toplinks:hover {color: #cc0000; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; font-weight: normal; text-decoration: none}
</style>
</head>
<body>
<ul>
<li><a class="toplinks" href="#">option 1</a></li>
<li><a class="toplinks" href="#">option 2</a></li>
</ul>
</body>
</html>