.pesquisaKey {
    position: absolute;
    z-index: 100;
    display: none;
    background-color: #51677B;
    filter:alpha(Opacity=90);
    -moz-opacity : 0.9;	
    padding: 0px;
    /*margin: 0px;*/
    margin-left:153px;
	margin-top:18px;
    *margin-top:-18px;
    clear: both;
}

.pesquisaKey ul {
    color: white;
    clear:both;
    height: 100%;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.pesquisaKey li {
    padding: 2px 0 2px 2px;
    cursor: pointer;
    list-style: none;
    clear:both;
    text-align: left;
    font-weight: bold;	
    color: white;
}

/*.pesquisaKey li:hover {
    color: white;
    background-color: #00662c;
}*/

