.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB;
border-bottom-width: 0;
font:normal 12px/normal Arial, Helvetica, sans-serif;
z-index:100;
background-color: white;
width: auto!important;
visibility: hidden;
text-align: center;
background-position: center;
display: inline;
}
.dropmenudiv2 {
position:absolute;
top: 0;
border: 0px solid #BBB;
border-bottom-width: 0;
font:normal 12px/normal Arial, Helvetica, sans-serif;
z-index:100;
background-color: white;
width: auto!important;
visibility: visible;
text-align: center;
background-position: center;
}
.dropmenudiv a{
.dropmenudiv a{
width: auto;
display: inline;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
Bookmarks