ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	width: 620px;
	height: 28px;
	border: 0px solid #08084d;
}

ul.marquee li {
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap;
	font: 14px Arial, Helvetica, sans-serif;
	padding: 7px 0px;
}

a.ticker:link,a.ticker:active,a.ticker:visited {
font-family:Arial,Helvetica,sans-serif;
color:#fff;
text-decoration:none;
}

a.ticker:hover {
font-family:Arial,Helvetica,sans-serif;
color:#abad25;
text-decoration:none;
}