ul.marquee {
	/* required styles */
	display: block;
	margin: 0;
	padding: 0 ;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;

	/* optional styles for appearance */
	width: 100%;
	height: 24px; /* height should be included to reserve visual space for the marquee */
	background:#e1e1e1 url(../images/newsupdate.gif) no-repeat left top;
	border: 1px solid #EEE;
	color:#1f231e;
 }

ul.marquee li {
	/* required styles */
	position: absolute;
	top: -999em;
	left: 0;
	display: block;
	white-space: nowrap; /* keep all text on a single line */

	/* optional styles for appearance */
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding: 3px 12px;	
	padding-left:115px ;	
}
ul.marquee li a, ul.marquee li a:visited {
	color:#444;
	text-shadow: 0 1px 0 #FFFFFF;	
}
