.kleinlettertype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style6 {font-size: 11px; font-weight: bold; }
-->
#dropmenudiv {
            position: absolute;
            z-index:100;
            border: 1px solid black;
            padding: 5px;
        }

        #dropmenudiv a {
            width: 100%;
            font-family: "Verdana", Trebuchet MS, sans-serif;
            font-size: 12px;
            color: #000000;
            display: block;
            text-decoration: none;
        }

        #dropmenudiv a:hover {
            font-family: "Verdana", Trebuchet MS, sans-serif;
            font-size: 12px;
            color: #00000;
            background: #719FB7;
            text-decoration: none;
        } 
a:link {color: #000000; text-decoration: underline; }
a:active {color: #000000; text-decoration: underline; }
a:visited {color: #000000; text-decoration: underline; }
a:hover {color: #000000; text-decoration: underline; }