ul.menu, ul.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*display: block;
    height: 40px;*/
    font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Verdana, sans-serif;
    z-index: 2;
}

ul.menu ul a{
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: block;
    text-align: center;
    width: 158px;
    height: 21px;
    padding-top: 5px;
 /*   padding-top: 0px;*/
    font-weight: normal;
    color: #666;
    text-decoration: none!important;
    background: url(button_sub_out.gif) no-repeat 0 0px;
    border-bottom: 0px!important;
    z-index: 2;    
}

ul.menu a {
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: block;
    text-align: center;
    width: 158px;
    height: 26px;
/*    padding-top: 0px;  */    
    padding-top: 5px;      
 /*   margin-bottom: -5px;*/
    text-decoration: none!important; 
    border-bottom: 0px!important; 
    font-weight: normal;
    color: #666;
    background: url(button_main_out.gif) no-repeat 0 0px;
    z-index: 2;    
}

ul.menu a {
    \padding-top: 5px;
    p\adding-top: 0px;  
}

ul.menu ul a:hover {
    display: block;
    height: 21px;
    text-decoration: none!important; 
    color: #333;  
    font-size: 12px;  
    background-color: #dde5e4;
    background: url(button_sub_over.gif) no-repeat 0 0px;
    z-index: 2;    
}

ul.menu a:hover {
    display: block;
    color: #FFFFFF;   
    font-size: 12px;   
    text-decoration: none!important;      
    background: url(button_main_over.gif) no-repeat 0 0px;
    z-index: 2;    
}


ul.menu a.active {
    font-size: 12px;
    color: #FFFFFF;    
    text-decoration: none!important;    
    background: url(button_main_over.gif) no-repeat 0 0px;
    z-index: 2;    
}

ul.menu li {
    padding:0;
    margin:0;
    /*background-color: #FFF9E4;*/
    float:left;
    z-index: 2;    
}

ul.menu ul {
    margin-left:0;
    padding: 0;
    position: absolute;
    margin-top: -5px;    
    display:none;
    height: 26px;
    min-width:158px;
    z-index: 2;    
}

/* IE-Hack für die Breite */
html ul.menu ul {
    width:158px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
    z-index: 2;    
}

ul.menu ul li {
    float:none;
    background-color: transparent;
    z-index: 2;
}