/* the news box */
#newsticker
{
	width: 553px;
	xbackground: #eee;
	border: 1px solid #bbc0d6;
	color: #000;
}
#newsticker a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#newsticker ul
{
	margin: 0 .5em 0 1em;
	padding: 0;
	list-style: none;
}

#newsticker li{
	xline-height: 2em;
}

/* the news box when JavaScript is available */
#newsticker.hasJS
{
	height: 80px;
	overflow: hidden;
	position: relative;
}

/* The nested UL when JavaScript is available */
#newsticker.hasJS ul
{
	position:absolute;
	top: 80px;
	left: 0;
	margin: 0 .5em 0 .5em;
	padding: 0;
}
