/* the news box */
#news
{
	height: 18px;
	background:#FFF;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	width: 99%;
}



#news li
{
    float: left;
    margin-right: 100px;
    height: 18px;
    display: block;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:18px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	width: 1000px;
}