/* größe div-menü */
.menu {
width:630px;
font-size:0.85em;
padding-bottom:0px;
}
/* punkte entfernen aus liste */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}
/* drop down position unter dem hauptwort */
.menu li {
float:left;
width:120px;
position:relative;
}
/* überschriften anpassenl */
.menu a, .menu a:visited {
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none; 
color:#000000; /*textfarbe*/
width:139px; 
height:30px;  
background-color:#E9E9E9; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* position untermenue */
.menu ul ul {
  visibility:hidden;
        position:absolute;
        bottom:30px;
        left:0;
        width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* untermenu bearbeiten */
.menu ul ul a, .menu ul ul a:visited {
background-color:#E9E9E9; 
color:#000000;
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* mousover farbe*/
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#CCCCCC;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#0033CC;
background-color:#CCCCCC;
}

/* 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; 
}
.menu table {
	border-collapse:collapse;
	border:0;
	position:absolute;
	left:307px;
	bottom:42px;
	width: 543px;
	height: 214px;
}
