/* the news box */
news
{
	width:190px;
	background:#eee;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0;
	padding:0;
}
#news li{
	margin-bottom:10px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	width:100%;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:90px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	width:200px;
	position:absolute;
	top:90px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
