


	#newssel {
		
	}

	#newssel ul {
		list-style: none;
		padding:0;
		margin:0;
		position: absolute;
	}
	
	#newssel span {
		display: none;
		position: absolute;
	}
	#newssel a{
		display: block;
		text-indent: -90000px;
		position: absolute;
		outline: none;
	}
	#newssel a:hover {
		background-position: left bottom;
	}
	#newssel a:hover span{
		display: block;
	}
	
	
	
	
	a.newslink {
		font-weight: bold;
		color:#000000;
		text-decoration:none;
	}
	a.newslink-active, a.newslink:hover {
		font-weight: bold;
		color:#FF0000;
		text-decoration:none;
	}
	


	
	/* news */
	#newssel .news {
		width: 111px;
		height: 14px;
		background: url(../images/navi/news.gif) no-repeat;
	}
	#newssel .news-active, #newssel .news span {
		width: 111px;
		height: 14px;
		background: url(../images/navi/news_o.gif) no-repeat;
		top:0;
		left:0;
	}

	
	/* presse */
	#newssel .presse {
		width: 111px;
		height: 14px;
		background: url(../images/navi/presse.gif) no-repeat;
		top:15px;
	}
	#newssel .presse span {
		width: 111px;
		height: 14px;
		background: url(../images/navi/presse_o.gif) no-repeat;
		top:0;
		left:0;
	}
	#newssel .presse-active{
		width: 111px;
		height: 14px;
		background: url(../images/navi/presse_o.gif) no-repeat;
		top:15px;
		left:0;
	}
	
