/* the news box */
#news { 	width:90%; }
#news a { 	color:#ffffff; }
#news ul { 	margin:0; padding:0; list-style:none; }
#news li{ 	line-height:1em; padding-bottom:5px;}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:80px;
	overflow:hidden;
	top:42px;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:0px;
	left:0;
	margin:10px;
	padding:8px;
}
