/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:none;
}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
padding:0;
margin:0;
float:left;
position:relative;
}

.menu ul ul li {
padding:0;
margin:0;
float:left;
position:relative;
text-align:left;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none;
color:#FFFFFF; 
height:30px;
width:80px;
background:none; /* 758279*/ 
padding:0; 
margin:0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:80px;
w\idth:74px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:none;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:none;
}
.menu ul ul :hover > a.drop {
background:none;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:30px;
left:0px; 
width:150px;
margin:0;
padding:0;
}
* html .menu ul ul {
bottom:30px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:none; 
color:#FFFFFF; 
height:20px; 
padding:0; 
width:150px;
font-weight:normal;
margin:0;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:140px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FFFFFF; 
background:none;
font-weight:bold;
text-decoration:none;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#FFFFFF;
background:none;
font-weight:bold;
text-decoration:none;
}

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

.startseite {
position:absolute;
left:792px;
top:5px;
padding:0;
margin:0;
font-family: verdana,arial,sans-serif;
font-size: 11px;
line-height: 100%;
color:#FFFFFF;
text-align:right;
}

.startseite a, .startseite a:link, .startseite a:visited {
font-family: verdana,arial,sans-serif;
font-size: 11px;
line-height: 100%;
color:#FFFFFF;
text-align:right;
text-decoration:none;
}

.startseite a:hover {
font-family: verdana,arial,sans-serif;
font-size: 11px;
font-weight:bold;
line-height: 100%;
color:#FFFFFF;
text-align:right;
text-decoration:none;
}