/* the news box */
a#newscontainer {
	background-image: url(../layout/breaking.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 175px;
	position: relative;
	display: block;
	padding-top: 30px;
	padding-left: 20px;
}
#news
{
	width:195px;
	height: 95px;
	position: absolute;
	overflow: auto;
	margin-top: 30px;
	left: 4px;
	top: 1px;
}

#news a
{
	color:#FFFFFF;
	text-decoration: none;
}
#news ul
{
	margin-right: 0.5em;
	margin-left: 1em;
}
#news li{
	line-height:2em;
	list-style-type: none;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:95px;
	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;
}
