.dropmenu{
position:absolute;
border-top:none;
font:normal 12px Verdana;
line-height:24px;
z-index:100;
background-color:#339900;
width: 162px;
visibility: hidden;
}

.dropmenu a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #D1E9A5;
padding-left: 4px;
text-decoration: none;
color: #FFF;
background:#339900;
}

* html .dropmenu a{width: 100%;}
.dropmenu a:hover{background: #70B74C;}