@charset "utf-8";
#newsFaderContainer {
	padding-bottom: 2px;
	width: 645px;
	height: auto;
	margin-bottom: 5px;
}
#newsFaderContainer .center {
	background-image: url(img/news-fader-grad.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 627px;
	background-position: center top;
	height: 25px;
	position: relative;
}
.name {
	width: 80px;
	color: #666;
	text-align: right;
	margin-top: 4px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-weight: bold;
}
#newsFaderContainer .rightCorner {
	background-image: url(img/news-fader-right-corner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 25px;
	width: 10px;
}
#newsFaderContainer .leftCorner {
	background-image: url(img/news-fader-left-corner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 25px;
	width: 8px;
}
#nitems {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	width: 540px;
	position: relative;
	height: 25px;
	overflow: hidden;
	z-index: 1000;
	text-align: right;
}
#nitems li {
	display: block;
	text-align: right;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	position: absolute;
	width: 100%;
	margin-top: 2px;
}
#nitems li a {
	color: #7A7A7A;
	text-decoration: none;
	display: none;
	font-weight: normal;
}
#nitems li a:hover {
	text-decoration: underline;
}

