.ticker{
	height: 32px;
}

/*.highlightTitle{
float:left; 
padding: 8px 5px;
margin-left:9px;
color:#6e6e6e;
font-weight:bold;
}*/

ul.marquee {
	/* required styles */
	display: block;
	padding: 0;
	margin: 0 0 0 100px;
	width:500px;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	/* optional styles for appearance */
	height: 40px; /* height should be included to reserve visual space for the marquee */

}

ul.marquee li {
	/* required styles */
	background-image:none;
	margin:0;
	font-size:12px!important;
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	color: #1F527B;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	padding: 1px 5px;
}

ul.marquee li a{
	color: #fff;
}

ul.marquee li a:hover{
	text-decoration:underline!important;
}