/* the news box */
#news
{
	height:110px;
	overflow:hidden;
    visibility:hidden;
	width:100%;
}

#news a, #news a:visited
{
	color: #234701;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
  text-decoration:none;
}
#news ul
{
	/*color:#333333;*/
	/*margin:0 .5em 0 .5em;*/
	padding:0;    
}
#news li{
	color:#333333;
	line-height:1.5em;
    width:100%;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:110px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
