#vm_ticker li
{
display: inline;
/* for IE5 and IE6 */
}

#vm_ticker
{
/* to display the list horizontaly */
font-family: sans-serif;
text-transform: uppercase;
margin: 0;
padding: padding:1em 5em 1em .25em;
}

#vm_ticker a
{
width: 90%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
background:url('http://www.vetmed.ucdavis.edu/global-assets/images/arrow_small_right_002666.gif') scroll no-repeat 86% 50%;
border-bottom: 1px #ccc solid;
text-align: left;
text-decoration: none;
color: #000;
padding:1em 4em 1em 1em;
}

#vm_ticker a:hover { background-color: #b2bccb; }
#vm_ticker a:visited { color: #000; }