/* the news box */
#news
{
	width:170px;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 5px 0 5px;
	padding:0;
	list-style:none;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:150px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 5px 0 5px;
	padding:0;
}
