/* the news box */
#news
{
	width: 180px;
	background:#F5F5F5;
}

#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
}

/* the news box when JavaScript is available */
#news.hasJS
{
	height:150px;
	overflow:hidden;
	position:relative;
   border-top:#D0D0D0 1px solid;
   border-bottom:#D0D0D0 1px solid;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
