/* the news box */
#news
{
	width:170px;
	background:white;
}
#news a
{
	color:#000;
}
#news ul
{
	margin:0 .5em 0 1em;
	padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: bolder;
    color: #333333;
}
#news li{

	margin: 0;
    margin-bottom:1em;
	padding-left: 25px;
	list-style-type: none;
	background: url(../images/bullet.png) left 0.1em no-repeat;
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:300px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:300px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
