
#newsticker {
	position: relative;
	color: #000;
	padding: 2px;
	min-height: 3.5em;
	_height: 3.5em;
}
#newsticker h2{
	float: left;
	color: #660066;
	font-size: small;
	margin: 0 2px 2px 0;
}
#newsticker ul {
	font: 75% Arial, Helvetica, Verdana, sans-serif;
	list-style: none;
	padding: 1px 1.5px;
	padding-right: 0.5px;
	min-height: 3.5em;
	_height: 3.5em;
}
* html #newsticker ul {
	/*min-height: 3.5em;
	height: 3.5em;*/
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 5px;
}

