.closedmenu, .openedmenu {
    width:100px;
    height:15px;
    border-right:1px solid #FFFFFF;
    text-align:center;
}
.closedmenu {
    background:transparent;
}
.openedmenu {
    background:#60B6E8;
}
#linkbar a.dropbutton {
    font-weight:600;
}

a.dropbutton {
    display:block;
    white-space:nowrap;
    width:100%;
    font-size:12px;
    color:#000000;
    position:relative;
}
a.dropbutton:hover {
    text-decoration:none;
    background:#3D94D1;
    color:#FFFFFF;
}

#dropmenu, #subdropmenu {
    z-index:1;
    position:absolute;
    visibility:hidden;
}
#dropmenu table, #subdropmenu table {
    background:url('../imgs/dropmenu_bg.png');  /*semitransparentes png (Farbe: #A0DAF8)*/
    filter: alpha(opacity=75);/*ie ignoriert die png-transparenz, deswegen der filter.*/
}
#dropmenu {
    width:100px;
}
#dropmenu table {
    width:100%;
}
img.more {
    position:absolute;
    right:2px;
}
