/* the news box */
#news
{	margin-top:10px;
	width:190px;
	height:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
#news a
{
	color:#fff;
}
#news ul
{
	list-style-type:none;
	padding:8px;
	padding-left:14px;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:8px;
	padding:8px;
}
