/* the news box */
#news
{
	overflow:hidden;
    visibility:hidden;
}
#news a
{
}
#news ul, #news li
{
	margin:0;
	padding:0; 
	width:116px;   
}
#news li{
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	margin-bottom: -12px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	margin:0;
	padding:0;
}
.news .sidebar_footer {
	background: #FFFFFF url(../siteready/sidebar_bottom.gif) no-repeat bottom;
	font-size: 10px;
	text-decoration: none;
	height: 16px;
	width: 116px;
}
.news .sidebar_content {
	background: #FFFFFF url(none);
	padding: 0px 4px 0px 4px;
}