#dropmenudiv{
        position:absolute;
        background:url(http://images.bujinkan-leipzig.de/dropmenubg.png);
        border:0px solid black;
        border-bottom-width: 0;
        line-height:18px;
        z-index:100;
}

#dropmenudiv a{
        width: 100%;
        display: block;
        text-indent: 3px;
        border-bottom: 0px solid black;
        padding: 1px 0;
        text-decoration: none;
}

#dropmenudiv a:hover{text-decoration:none; font-weight:bold; }
#dropmenudiv a:active{text-decoration:none; font-weight:bold; }
#dropmenudiv a:focus{text-decoration:none; font-weight:bold; }

