/* the news box */
#news{
	font-family: Arial, Helvetica, sans-serif;
	width:565px;
	height:27px;
	font-size: 12px;
	line-height: 15px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;			/*padding: 4px;*/
		}
		/* the news box when JavaScript is available */
		#news.hasJS{
			height:29px;
			overflow:hidden;
			position:relative;
		}
		/* The nested UL when JavaScript is available */
		#news.hasJS p{
			position:absolute;
			top:30px;
			left:4px;
			margin: 0px;
		}
.topmenu_news_scroller {
	height: 29px;
}

