#newsticker ul {
	list-style: none;
	margin: 0 0 0 -35px;
}

.newstickerTitle {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 0 0 5px;
	width: 98%;	
}

.newstickerMessage {
	padding-left: 5px;
	width: 98%;
}

/* IE 6 */
*html #newsticker ul {
	margin: 0;
}

/* IE 7 */
*+html #newsticker ul {
	margin: 0;
}
