ul#toplevelmenu {
        float:left;
        margin: 0;
        padding: 0;
        text-align: center;
        letter-spacing: 0.3pt;
        z-index: 10;
        font-family: Verdana, Arial, sans-serif;
        font-size: 10px;
        background: #cb170d;
        color: #ffffff;
        font-weight : bold;
}
ul#toplevelmenu li {
        float:left;
        list-style: none;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        z-index: 10;
}
ul#toplevelmenu li ul {
        float:left;
        margin: 0;
        padding: 0;
        padding-top: 5px;
        top: 16px;
        left: 0;
        position: absolute;
        display: none;
        z-index: 10;
}
* html ul#toplevelmenu li ul {
        float:left;
        left: 0;
}
ul#toplevelmenu li:hover ul {
        float:left;
        display: block;
        z-index: 10;
}
ul#toplevelmenu li ul li {
        float:left;
        font-family: "Trebuchet MS";
        font-size:12px;
        color: #cb170d;
        display: block;
        margin-bottom: 0;
        z-index: 10;
}
ul#toplevelmenu a, ul#toplevelmenu span {
        float:left;
        display: block;
        width: 150px;
        height: 16px;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #ffffff;
        font-family: "Trebuchet MS";
        text-align: left;
        font-size:12px;
        font-weight: bold;
        color: #cb170d;
        filter: Alpha(opacity=94);
        opacity: .94;
        -moz-opacity: .94;
        border-bottom: 0px solid #000;
        border-left: 10px solid #ffffff;
        z-index: 10;
}
ul#toplevelmenu a:hover, ul#toplevelmenu span, li a#aktuell {
        display: block;
        color: #000;
        text-decoration: none;
        z-index: 10;
        background: #ffffff;
}
li a#aktuell {
        color: maroon;
        z-index: 10;
}
ul#toplevelmenu li ul span {
        background: #FCAE2C;
        filter: Alpha(opacity=94);
        opacity: .94;
        -moz-opacity: .94;
        z-index: 10;
}
ul#toplevelmenu li a.toplevel1 {
        width: 1580px;
        text-decoration: none;
        filter: Alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        z-index: 10;
        background: #FCAE2C url(../../../includes/languages/german/nav/philosophy.gif);
}
ul#toplevelmenu li a.toplevel1:hover {
        text-decoration: none;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/philosophy_f2.gif);
}
ul#toplevelmenu li a.toplevel2 {
        width: 158px;
        text-decoration: none;
        filter: Alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        z-index: 10;
        background: #FCAE2C url(../../../includes/languages/german/nav/objects.gif);
}
ul#toplevelmenu li a.toplevel2:hover {
        text-decoration: none;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/objects_f2.gif);
}
ul#toplevelmenu li a.toplevel3 {
        width: 158px;
        text-decoration: none;
        filter: Alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/search.gif);
}
ul#toplevelmenu li a.toplevel3:hover {
        text-decoration: none;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/search_f2.gif);
}
ul#toplevelmenu li a.toplevel4 {
        width: 60px;
        text-decoration: none;
        filter: Alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        z-index: 10;

}
ul#toplevelmenu li a.toplevel4:hover {
        text-decoration: none;
        z-index: 10;
}
ul#toplevelmenu li a.toplevel5 {
        width: 158px;
        text-decoration: none;
        filter: Alpha(opacity=100);
        opacity: 1;
        -moz-opacity: 1;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/tips.gif);
}
ul#toplevelmenu li a.toplevel5:hover {
        text-decoration: none;
        z-index: 10;
        background: url(../../../includes/languages/german/nav/tips_f2.gif);
}
.clear {
        clear: both;
}