#top .menu{
	font-size: 1.6em;
	width: 100%;
	background-color: #333333;
	border-left-color: #3f3f3f;
	border-left-style: solid;
	border-left-width: 1px;
	position: fixed;
	left: 0px;
	top: 0px;
	height: 27px;
	z-index: 99;
}

#top .menu li:hover {
	background-color: #ffffff;
	text-decoration: none;
}


/*menu positionierung*/

.menu {
	float: left;                 
	margin: 0px;
	text-align: left;
}

.menu ul {
	position: absolute;
	width: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.menu a {
	padding: 0px;
	margin: 0px;
	display: block;
	border: none;
}

.menu li {position: relative;} 

.menu ul { position: absolute; z-index: 500; }

.menu ul ul { position: absolute; top: 0; left: 100%; } 

ul.menu ul,
ul.menu li:hover ul ul,
ul.menu ul li:hover ul ul,
ul.menu ul ul li:hover ul ul
{display: none;}

ul.menu li:hover ul,
ul.menu ul li:hover ul,
ul.menu ul ul li:hover ul,
ul.menu ul ul ul li:hover ul
{display: block;}

/*styling*/

.menu li {
	text-transform: none;
	z-index: 1;
	padding-right: 5px;
	border-right-color: #3f3f3f;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 5px;
	list-style: none;
	float: left;
	position: relative;
	line-height: 1.2em;
}  

ul.menu li ul li {
	padding-left: 0px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 4px;
	line-height: 13px;
	border-width: 0px;
	font-size: 12px;
	height: auto;
	text-transform: none;
	font-variant: normal;
	width: 200px;
	margin: 0px;
}

ul.menu ul {
    background-color: white;
    margin-left: -5px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 5px;
	width: 200px;
	opacity:.85;
	-moz-opacity: 0.85;
}

ul.menu ul ul {
    opacity: 1;
	-moz-opacity: 1.00;
}

.active {
	color: #404040; 
	background-color: #bfbfbf;
}

li.current.active {
	background-color:#ff6600;
}
	
.current.active a {
	color: #ffffff;
}
.current.active a:hover {
	color: #ff9900;
}
#spalte .menu li {
	float: none;
	border-right-style: none;
	font-size: 1.2em;
	width: 200px;
	line-height: 1.4em;
}
