/* Menu oben */

#ntop{
	 position:absolute;
	 bottom:0;
	}

#ntop ul{
	padding-left: 0;
	margin-left: 0;
	background-color: #fff;
	float: left;
	width: 100%;
	margin-bottom:0;
	padding-bottom:0;
	
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	}

#ntop ul li {
	display: inline;
	}

#ntop ul li a{
	padding: 0.2em 1em;
	color: #333;
	text-decoration: none;
	float: right;
	border-left: 2px solid #9ABA30;
	}

#ntop ul li a:hover{
	background-color: #fff;
	color: #333;
	text-decoration:underline;
	}

#ntop ul li a.active{
	float: left;
	border-left:0;
	border-right: 1px solid #fff;
	background-color: #fff;
	color: #000;
	font-weight:bold;
	text-decoration:none;
	}


/* current place */

#currentplace{
	padding: 0.2em 1em;

	/* more in screen.css */
}


/* Menu links */

#nleft ul
{
margin-left: 10px;
padding-left: 0;
list-style-type: none;
margin-top:0;
}

#nleft ul li {
	
	
	margin-bottom: 1px;
}

#nleft a
{
	background-color: #036;
	width: 160px;
	display: block;
	padding: 3px;
}

#nleft a:link, #nleft a:visited
{
color: #333;
text-decoration: none;
background-color:#CDDD98;
}

#nleft a:hover
{
background-color: #E6EECC;
color: #333;
}

#nleft a:hover.active
{
background-color: #fff;/*#E6EECC;*/
color: #000;
font-weight:bold;
}
#nleft a.active
{
background-color: #ffffff;
color: #000;
font-weight:bold;
}