/* the news box */
#news
{
	width:190px;
	
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
	line-height:1em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:250px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	top:250px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
