/* @override http://localhost/millionenpuzzle/new/css/navi.css */

/* ================================================================ 
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/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:3;
position: relative;
font-size:100%;
height:160px;
margin:0 0 20px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
height:180px;
position:relative;

}

.menu li {
background:#ddd;
height:20px;
}
* html .menu li {
	margin-left:-16px; 
	margin-lef\t:0;}
/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; left:0; 
	z-index:100; 
	font-size:1em; 
	width:0; 
	height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
font-weight: bold;
height:21px;
line-height:21px;
width:150px;
color:#000;
text-indent:10px;
border-top:1px solid #ddd;
	background-color: #fff;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background: #8fa91b;}

.menu :hover > a {
color:#fff; 
background: #8fa91b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:150px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
top: 60px;
height:235px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}
#home #n01 a,
#weltrekord #n02 a,
#co03 #n03 a,
#co04 #n04 a,
#co05 #n05 a,
#co06 #n06 a,
#co07 #n07 a,
#co08 #n08 a,
#co09 #n09 a,
#co10 #n10 a,
#co11 #n11 a, 
#co12 #n12 a,
#co13 #n13 a,
#co14 #n14 a,
#co15 #n15 a,
#co16 #n16 a,
#co17 #n17 a,
#co18 #n18 a,
.menu ul li a:hover {
	color: #fff;
	background-color:#8fa91b;
} 

