/* the news box */
#news
{
	width:180px;
	background:#fff;
}
#news a
{
	color:#8B2031;
}
#news a:hover
{
	color:#94c536;
}
#news ul
{
	margin:0 0 0 0;
	padding:0;
}
#news li{
	line-height:14px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:160px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 0em 0 .0em;
	padding:0;
}

