.dropdowns{
position:absolute;
visibility: hidden;
border-bottom:1px dashed #666666;
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height: 20px;
z-index: 100;
background-color: #333333;
width: 205px;
color: #cccccc;
text-align: center;
}

.dropdowns a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #666666;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #cccccc;
text-align: center;
}

.dropdowns a:hover{ /*hover background color*/
background-color: #ff9300;
color: #ffffff;
}

