/*horizontale Menueliste - in TYPO3 dynamisch ersetzt. */

/* Container fuer die horizontale Navigationsliste > navi_top.css */
div#nav_top {
	/*background-image: url(../pix/easyNavTopR.gif);	
	background-repeat: no-repeat;
	background-position: left;*/
	position: absolute;
	top: 90px;
	left: 2px;
	width: 946px;
	height: 25px;
	padding:0;	
	overflow: hidden;
}

div#nav_top ul{
	width: 100%;
	margin-right: 150px;
	right: 150px;
	text-align: right;
	list-style-type: none;
	padding: 6px 0px 5px 0px;
	margin:0;
}

div#nav_top ul li {
	display: inline;
	color:#9b0057;
	font-size: 12px;
}

div#nav_top a, a.navi_top {
	text-decoration: none;
	font-weight: bold;
	color: #9b0057;
	padding: 4px 15px 4px 15px;
	text-align: right;
	text-transform: lowercase;
}

/*Active usw. text-decoration: underline;*/
div#nav_top a:hover, div#nav_top ul a:active, div#nav_top a.navi_top_hover, div#nav_top a.navi_top_active
{	background-color: white;	
	color: #9b0057;	
	text-decoration: underline;
}



