/* the news box */
#news{
	width:555px;
	background:#2c649f;
}
#news a{
	color:#fff;
}
#news ul{
	margin:0;
	padding:0;
}
#news li{
	line-height:1.1em;
}
/* the news box when JavaScript is available */
#news.hasJS{
	height:55px;
	overflow:hidden;
	position:relative; 
}
/* The nested UL when JavaScript is available */
#news.hasJS ul{
	position:absolute;
	top:5px;
	left:45px;
	margin:0;
	padding:0;
	color:#fff;
	text-align:center;
	font:italic bold 20px arial;
}

