ul.marquee {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		position: relative;
		overflow: hidden;
		width: 100%;
		*width: 717px;
		height: 1.5em;
		background-color: #DC291E;
		border: none;
		color: #fff;
		font-size: 2.5em;
		border-radius: 4px 4px 0 0;
}
	ul.marquee li {
			position: absolute;
			top: -999em;
			left: 0;
			display: block;
			white-space: nowrap;
			font-family: Arial,Helvetica,sans-serif;
			padding: .25em 0.5em;
	}
		ul.marquee li a{
			color :#fff;
		}