/* the news box */
#news
{
	width:280px;
	font-size:12px;
	color:#2B2D29;
}
#news a
{
	color:#FFF;
	font-weight:bold;
}
#news ul
{
	padding:0 5px 0 0;
	list-style-type:none;
}
#news li{
	border-bottom:1px solid #B9DCF4;
	padding:10px 0 10px 0;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:300px;
	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;
}
