/* the news box */
#news
{
	width:220px;
	background:#FFF;
	color:#444;
	/*border:1px solid #000;*/

}
#news a,news a:visited
{
	color:#444;
}
#news a:hover{color:#f99c1c}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
margin: 2em 0 ;
padding:5px 0px;
list-style-type:none;
line-height:12px;

}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:140px;
	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;
}
