/* the news box */
#news
{ width:305px; background:#FFFFFF; color:#000000; overflow: hidden; text-align: left; text-decoration: none; float: left; display: inline; }
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;  text-decoration: none;
	padding:0;
}
#news li{
	line-height:2em; text-decoration: none;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:235px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:70px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
