/* the news box */
#newsi
{
	width:170px;
	
}
#newsi a
{
	
}
#newsi ul
{
	margin:0 .5em 0 1em;
	padding:0;
}
#newsi li{
	/* line-height:2em; */
	padding-bottom:15px;
}
/* the news box when JavaScript is available */
#newsi.hasJS
{
	height:120px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#newsi.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

