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

