* {
	margin: 0;
	padding: 0;
}
#newsticker {
	background: #724a6f;
	position: relative;
	width: 842px;
	padding-left: 8px;
	padding-top: 2px;
	color: #FFFFFF;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 6px 10px;
	padding-right: 30px;
	font-size: 12px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 9px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
.droplft {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float: left;
}
.dropright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 300px;
}

