/* the news box */
#news
{
	width:130px;
	background:#82ab08;
	margin-left:5px;
}
#news a
{
	color: #fff985;
	text-decoration:none;
	font: bold 10px Tahoma, Arial;
	padding: 0px 0px 0px 0px;
}
#news ul
{
	margin:0px;
	padding:0px;
}
#news li{
	line-height:16px;
	list-style-type:   none;
	margin:  0px 0px 0px 0px;
}
#news p{
	padding-top:0px;
	margin-top:0px;
}
/* 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:100px;
	left:0;
	margin:0;
	padding:0;
}
