/* the news box */
#news
{
  width:480px;
  height:42px;
  padding:9px;
  background-color:#f0f0f0;
  margin-left:2px;
  text-align:left;
  font-size:11px;
  border: 1px solid #d8d8d8;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#news li{
 padding-top:3px;
 height:60px;
 margin-bottom:6px;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:42px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:42px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}