/* the news box */
#NewsLoop
{
	width:200px;
	height:198px;
/*	background:#eee;*/
}

#NewsLoop a
{
	color:#000;
	display:block;
}

#NewsLoop a:hover
{
	color: #666666;
	text-decoration:none;
}

#NewsLoop ul
{
	margin:0 .5em 0 1em;
	padding:0;
}

#NewsLoop li{
	line-height: 1.5em;
	list-style: none;
	padding-bottom:10px;
}

/* the news box when JavaScript is available */
#NewsLoop.hasJS
{
	height: 198px;
	overflow:hidden;
	position:relative;
}

/* The nested UL when JavaScript is available */
#NewsLoop.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
