/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* frühere Farbe: color:#009933; */
.menu {
	font-family: calibri, arial, sans-serif; 
	width:120px; 
	height:180px; 
	position:relative; 
	margin:0px; 
	font-size:14px; 
	margin:30px 0;}      /*Rand von oben her */
	
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none; 
	color:#000000; 
	width:130px; 
	height:20px; 
	text-align:left; 
	
	line-height:19px; 
	font-size:14px;}  /* background:transparent; hier die Breite der ersten Liste*/

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
.menu ul li:hover a {background:#FFF; color:#000;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:130px; width:100px;} /*  hier der Abstand der zweiten Liste von links*/
.menu ul li:hover ul li a.hide {background:#CCFF99; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#FFF; color:#000; width:130px;} /* hier die Breite der zweiten Liste*/
.menu ul li:hover ul li a:hover {background:#CCFF99; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:220px; background:#CCFF99; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#FFFF99; color:#000;}