.newsTicker {
	width:500px;
	height:20px;
	position:absolute;
	top:400px;
	left:40px;
	z-index:2;
	background-image:url(../images/news_ticker_arrow.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
}
.ie7 .newsTicker,
.ie6 .newsTicker
{
top:392px;
}
.newsTicker a {
	text-decoration:none;
	color:#e8e8e8;
}
.newsTicker a:hover {
text-decoration:underline;
}
.newsTicker ul
{
margin:0px 0px 10px 30px;
}
.newsTicker li,
.ie6 .newsTicker ul li,
.ie7 .newsTicker ul li
 {
	list-style:none;
	list-style-image:none;
}
