/* the news box */
#news
{
	width:170px;
	font-size:11px;
	color:#444;
	border-left:1px solid #9FB247;
	padding: 0 0 0 10px;
}
#news a
{
	color:#000;
}
#news ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#news li{
	border-bottom:1px solid #DBD9D7;
	padding:10px 0 10px 0;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:370px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	padding:0;
	margin:0;
}

