/* the news box */#news {	width: 129px;}#news a{	color:#000;}#news ul{	margin:0;	padding:0;}#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:150px;	left:0;	margin:0;	padding:0;	}
