* {
	margin: 0;
	padding: 0;
}

#newsticker {
	background: #ffffaf;
	border: 1px solid #fcf498;
	position: relative;
	height: 35px;
	overflow: hidden;
}

#newsticker ul {
	list-style: none;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	height: 35px;
}

* html #newsticker ul {
	overflow: hidden;
	height: 35px;
}

#newsticker li.error {
	color: #f00;
	height: 35px;
}

#newsticker a{
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	display:block;
	width:100%;
	height: 35px;
	overflow: hidden;
}

#newsticker a:hover {
	background-color: #FFEDA6; 
	color: #000;
	display:block;
	height: 35px;
}

#newsticker a:link {
	display:block;
	height: 35px;
}

/*
#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: 30px;
}
*/