/* ---------------- / Screenshot 1 --------------------------- */

/* Kontextselektor "Liste innerhalb der Navigation" */

/* Unsichtbar machen der Nummerierung und des Trennpunktes */
span.unsichtbar, span.hier {
position:absolut;
left:-1000px;
top:-1000px;
width:0px;
height:0px;
overflow:hidden;
display:inline;
}

/* Ednde - Unsichtbar machen der Nummerierung und des Trennpunktes */

#menue {

	position: absolute;
	left: 50px;
	top: 250px;
	overflow: visible;
	width: 190px;
}
#menue ul {

	font: normal 100% sans-serif;
	list-style:none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
/* ---------------- / Screenshot 2 --------------------------- */

#menue ul li {

	padding: 2px 2px;
	height: 2em;
}

#submenue ul {
	font: normal 90% sans-serif;
	list-style:none;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #ddd;
}
#submenue ul li{
	height: auto;
	border-bottom: 1px solid #999999;
}
#subsubmenue ul {
	list-style:none;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	background-color: #E6E6E6;
}
#menue a {
	display:block;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

#menue a:hover {
    color:#000;
    background: #fff;
}

#menue a:link {
	display:block;
	color: #000;
	text-decoration: none;
}

#menue strong {
	display:block;
	color: #000;
	letter-spacing:1px;
	border-right: 2px solid #bbb;
	border-top: 2px solid #bbb;
	border-bottom: 3px solid #ddd;
	border-left: 3px solid #ddd;
	padding-left: 2px;
	text-indent: 1px;
	margin-left: 1px;
}

#submenue strong {
	border-right: 2px solid #bbb;
	border-top: 2px solid #bbb;
	border-bottom: 3px solid #eee;
	border-left: 3px solid #eee;
	background-color: #e3e3e3;
}
#subsubmenue strong {
	border-right: 2px solid #bbb;
	border-top: 2px solid #bbb;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	background-color: #e9e9e9;
	letter-spacing:0px;
}



