ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: normal;
	position: relative;
	overflow: hidden;
	/* optional styles for appearance */
	height: 22px; /* height should be included to reserve visual space for the marquee */
	/*border: 1px solid  #C0C0C0;
	background-color: #eeeeee;*/
}

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	right: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */
	/* optional styles for appearance */
	font-size: 9pt;
	padding: 4px 3px;
	font-weight: bolder;
	text-align: right;
	margin-bottom: 2px;
	float:right;
}

ul.marquee li a{
	color:gray;
	font-family: "Trebuchet MS";
	/*text-decoration: blink;*/
	text-shadow:gray;
	float:right;
	text-align: right;
}