#lg {
	background-image: url(img/ampersand_lg.png);
}

* html #lg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src='http://www.ampersand.nl/img/ampersand_lg.png');
}

ul.news {
	margin: 0px;
	padding: 0px;
}
ul.news li.news, ul.news li.active {
	background-image: url(img/arr_closed.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-left: 20px;
	height: 20px;
}

ul.news li.active {
	background-image: url(img/arr_open.gif);
	background-repeat: no-repeat;
	background-position: -2px 2px;
	height: auto;
}

ul.news .title {
	font-weight: bold;
	color: #215AA5;
	cursor: pointer;
	display: block;
	text-decoration: none;
}

ul.news .title:hover {
	color: #666666;
}

ul.news .content {
	display: none;
}
