/* the news box */
#news
{
	width:565px;
	background:#f3f3f3;
	margin: 5px;
    border: 1px solid #cccccc;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	
}
/* 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:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
