.dropdown {
    width:200px;
    margin-top: 10px;
    font-size: 12px;
    background: white;
    padding: 0px 0px 0px 0px;
    }
.dropdown .knap{
    cursor: pointer;
    position: absolute;
    margin: 0px;
    padding-top: 2px;
    border: 1px solid;
    width: 200px;
    }    
.dropdown dt {
    width:200px;
    border:1px solid silver;
    padding: 2px 0px 2px 0px;
    font-weight:bold;
    cursor:pointer;
    text-indent: 5px;
    
    /*background:url(images/header.gif)*/
    }
    
/*.dropdown dt:hover {background:url(images/header_over.gif)}*/

.dropdown dd {
    position:absolute;
    overflow:hidden;
    width:200px;
    display:none;
    background:#fff;
    z-index:200;
    opacity:0;
    margin: 0px;
    padding: 0px;
    }
.dropdown a, .dropdown a:active, .dropdown a:visited {
    display:block;
    color:gray;
    text-decoration:none;
    background:#fff;
    width:194px
    font-size: 11px;
    }

.dropdown a:hover {
    background:#666666;
    color:white;
    text-decoration: none;
    }

.dropdown .underline {
    border:1px solid silver;
    border-top: none;
    font-size: 11px;
    padding: 3px 2px 3px 5px;
    width: 200px;
    cursor: pointer;
    }
