 /* common styling */
.menu {
position: absolute;
left:350px; top:80px; width:300px; height:30px;/* l&#x00e4;nge des Menubalkens  750px*/
font-family: verdana, sans-serif;
font-weight:bold; 
font-size:11px;
text-align:left;
z-index:100;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float: left;
position:relative;
}

.menu ul li a, .menu ul li a:visited {
display:block; 
color:rgb(1,84,150);   /* Schriftfarbe Menukopf */
font-weight:bold;
text-indent:5px;
text-decoration:none;
width:109px;  /*139*/
height:2em;  /*  H&#x00f6;he der Titel  */
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#ffffff;  /* Hintergrund Menukopf */
padding-left:10px; 
line-height: 2em;
}


* html .menu ul li a, .menu ul li a:visited {
width:119px;  /*149*/
w\idth:109px;  /*139*/
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#cccccc;  /* Hover Hintergrund Menukopf */
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:2em;    /* H&#x00f6;her der Flyer*/
margin-top:1px;
left:0; 
width:120px;  /*150*/
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#ffffff;   /* Menu Hintergrund */
color:rgb(1,84,150);           /* Menu Schriftfarbe */
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:99px  /* 129*/
}
* html .menu ul li a:hover ul li a {
width:120px;
w\idth:99px;  /* 129*/
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {

background:#cccccc;    /* Hover- Hintergrund Menu*/
color:#ffffff;            /* Hover- Schrift Menu*/
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:120px; 
top:0;
width:120px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-120px;
}
