
#home #newsticker {
	float: left;
	width: 455px;
	background: #fff;
	position: relative;
}

#home #newsticker ul {
	list-style: none;
	width: 455px;
	height: 20px;
	overflow: hidden;
	margin: 11px 0 0 17px;
	padding: 0;
	color: #000;
	font-size: 100%;
	font-weight: normal;
}

#home #newsticker ul a:link,
#home #newsticker ul a:visited {
	color: #000;
	text-decoration: none;
}

#home #newsticker ul a:hover,
#home #newsticker ul a:active {
	color: #000;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
}

#home #newsticker li.error {
	color: #f00;
}

#home #newsticker #togglenewsticker {
	display: none;
}

#home  #newsticker #togglenewsticker {
	right: 30px;
}

/* ES STYLES */

#home #newsticker-container {
	width: 723px;
	height: 40px;
	margin-top: 10px;
	overflow: hidden; 
	border: 1px #678CBC solid;
	}

#home #newsticker-left {
	float: left;
	width: 142px;
	margin: 11px 0 0 8px;
	color: #005695;
	font-size: 100%;
	font-weight: bold;
	}

#home #newsticker-right {
	float: right;
	margin: 4px 8px 0 0;
	width: 75px;
	color: #000;
	font-size: 80%;
	}
	
#home #newsticker-right a:link,
#home #newsticker-right a:visited {
	color: #000;
	text-decoration: none;
}

#home #newsticker-right a:hover,
#home #newsticker-right a:active {
	color: #000;;
	text-decoration: underline;
}

#home #newsticker-right #view-all-news {

	}

#home #newsticker-right #view-rss {

	}
