div#menue {
    padding-top: 35px;
    width: 160px;
    padding-left: 12px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

div#menue a:link, div#menue a:visited, div#menue a:active, div#menue a:hover {
    text-decoration: none;
    color: #ffffff;
}

div#menue div {
}

div#menue div.ebene_1 {
    background-image: url("../images/menue_normal.gif");
    background-position: top right;
    background-repeat: no-repeat;   
    cursor: pointer;
}
div#menue div.ebene_1_exp {
    background-image: url("../images/menue_high.gif");
    background-position: top right;
    background-repeat: no-repeat;   
    cursor: pointer;
}
div#menue div.ebene_2 {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 4px;
    margin-right: 13px; 
    border-bottom: 1px solid #515651;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}
div#menue div.ebene_2_high a{
    color: #515651;
}
div#menue div.ebene_2_high{ 
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 4px; 
    margin-right: 13px;
    border-bottom: 1px solid #515651;
    font-size: 11px;
    font-weight: normal;
    cursor: pointer;
}

div#menue div.ebene_2_exp {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 4px; 
    margin-right: 13px;
    border-bottom: 1px solid #515651;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}
div#menue div.ebene_3 {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 12px; 
    margin-right: 13px;
    border-bottom: 1px solid #454a46;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
}
div#menue div.ebene_3_high {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 12px; 
    margin-right: 13px;    
    border-bottom: 1px solid #454a46;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
}
div#menue div.ebene_3_high a {
    color: #515651;
}
div#menue div.ebene_3_exp {
    padding-top: 2px;
    padding-bottom: 1px;
    margin-left: 12px; 
    margin-right: 13px;    
    border-bottom: 1px solid #454a46;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}
div#menue div.ebene_1_high {
    background-image: url("../images/menue_high.gif");
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;       
}