﻿/* the news box */
#news
{
	width:210px;
	background:#fff;
}
#news a
{
	color: #5D5D5D;
}
#news ul
{
	margin: 0 auto 0 auto;
	padding: 0;
}
#news li{
	line-height: normal;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height: 180px;
	overflow: hidden;
	position: relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position: absolute;
	top: 180px;
	left: 0;
	margin: 0 .5em 0 .5em;
	padding: 0;
}
