/* the news box */
#news {
	width:160px;
	background:#afcfe1;
	font-size: 11px;
	
}

#news a {
	color:#800000;
	cursor: pointer;
	text-decoration: none;
}

#news a:hover {
	color:#000080;
	text-decoration: underline;
}

#news span {
	display: block;
	margin-top: 5px;
	color: #333;
	text-decoration: none;
	border: none;
}

#news ul {
	margin:0 .5em 0 1em;
	padding:0;
}
#news li {
	/*line-height:2em;*/
	padding-bottom: 20px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:300px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:300px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

#DOMnewsstopper {
left:-999px;
position:absolute;
width:990px;
}