.dropdowncss {
position:absolute;
visibility: hidden;
padding: 0.3em !important;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
width: 180px;
border: 1px solid #CCC;
border-top: none;
background: url(../images/dd_background.gif) center top no-repeat;
background-color: #FFF;
margin-top: 1px;
}
.dropdowncss a {
width: 100%;
display: block;
padding: 1px 0 4px 0 !important;
text-decoration: none;
text-indent: 7px;
color: #000000 !important;
font-weight: normal !important;
}
.dropdowncss a:hover {
background-color: #c9e8ef !important;
color: #000 !important;
}