/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*menu { 
/* color: #FFF; */
/* background-color: #990033; */
/*width: 100%;  */
/*height: 35px; */
/*font-size: 12px;*/
/*position: relative;*/
/*z-index:100; 
text-align:left;*/
}*/

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
height: 20px;
width: auto;
border: 1px solid #000;
list-style-type:none;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
float:left;
width: 88px; /* Breite der Überpunkte */
height: 20px;
border: 0;

}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration: none; 
text-align: left;
color: #FFF;
background-color: transparent;
width: 50px;
height: 20px;
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:50px;
w\idth:50px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
width:148px;
height:20px;
position:absolute;
top:20px;
left:0; 
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
/*.menu table {position:absolute; top:0; left:0;}*/

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
border-top: 1px solid #000;
border-bottom: 1px solid #000;
background:#FFFFFF; 
color:#990033;
padding-left: 5px;
width:170px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:170px;
w\idth:170px;
}

/* 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; 
}

/* rahmen um das gesamte second level */
.menu ul ul {
color: #FFF;
background-color: #FFF;
margin: 0;
padding: 0;
height: auto;
width: 175px;
border: 1px solid #000;
}

.menu ul a:hover {
color: #FFF;
/*background-color: #990033; damit Fehler vom Gästebucheintrag aufgehoben wird */ 
}

.menu ul ul a:hover {
color: #FFF;
background-color: #990033;
}

.menu ul li ul li:hover {
color: #FFF;
background-color: #990033;
}
