/* the news box */
#news
{
	width:140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style:normal;
	color: #333366;
	text-decoration: none;
	text-transform: none;
	padding:3px;
}
#news a
{
	color: #333366;
	padding-right:3px;
	padding-left:0px;
	text-decoration:none;
}
#news a:hover,visited,active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#3E512F;
	font-weight:0;
}
#news ul
{
	margin:2 .1em 2 1em;
	margin-right:5px;
	padding:0;
}
#news li{
	line-height:2em;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:150px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:50px;
	left:0;
	margin:0 .3em 0 .3em;
	padding:0;
}

