/* ================================================================ 
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:1000;
font-size:90%;
margin:25px 0px 50px 15px; /* this page only */
}

.menu ul {
padding:0px;
color:#c3c3c3;
margin:0px;
list-style-type:none;
width:150px;
position:relative;
border:1px solid #dcdcdc;


}

.menu li {
background:#000000;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0px;}

.menu table {position:absolute; border-collapse:collapse; top:0px; left:0px; z-index:100; font-size:1em; width:0px; height:0px;}

.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:150px;
color:#3e3e3e;
text-indent:5px;
border-bottom:1px dotted #050f7d;
/* ---------- Menühintergrundfarbe ---------- */
background-color:#dcdcdc;
}

* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
font-weight:bold;
color:#fff; 
background:#999;
}

.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;
}

.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

.menu ul :hover ul ul{
visibility:hidden;
}

.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
visibility:visible;
}

.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}