.dropdowncss {
position: absolute;
visibility: hidden;
padding: 0.3em !important;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
width: 165px;
border: 1px solid #CCC;
border-top: none;
background-color: #139D26;
margin-top: 1px;
}
.dropdowncss a {
width: 100%;
display: block;
padding: 1px 0 4px 0 !important;
text-decoration: none;
color: #ffffff !important;
text-indent: 7px;
font-weight: normal !important;
}
.dropdowncss a:hover {
background-color: #ffffff !important;
color: #139D26 !important;
text-indent: 7px;
background-image:none;
}