
		/* the news box */
#news
{
	width:100%;
	background-color:#fff;
	color:#666666
}

#news ul
{
	margin:0 .5em 0 0;
	padding:0;
}
#news li{
	line-height:normal;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 0;
	padding:0;
}

