#newsticker {
	background: #efedee;
	position: relative; margin:0;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 1.6em;
	padding: 0px; margin:0;
    padding-right:10px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
    margin:0;
}
#newsticker li.error {
	color: #f00; margin:0;
}
#newsticker li a{
    color:black;
    font-weight:normal;
    font-size:10px;
}
#newsticker li a:hover{
    color:black;
    font-weight:normal;
    text-decoration:underline;
    font-size:10px;
}


#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; margin:0;
}
* html #newsticker #togglenewsticker {
	right: 30px; margin:0;
}
