 
.dropmenudiv{
position:absolute;
top: 0;
border: 0 ; /*Theme Change here*/
color:#919193;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
line-height:11px;
z-index:100;
 
width: 100px;
 
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  Add Shadow in IE. Remove if desired*/
}

.dropmenudiv2{
position:absolute;
top: 0;
border: 0 ; /*Theme Change here*/
color:#919193;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
line-height:11px;
z-index:100;
 
width: 100px;
 
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);  Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #339900; /*Theme Change here*/
 
background-color:#FFFFFF;
padding: 3px;
margin:2px;

}

.dropmenudiv2 a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #339900; /*Theme Change here*/
 
background-color:#FFFFFF;
padding: 3px;
margin:2px;
 

}

#dropmenu2 a{color: #000000; text-decoration: none; font-weight: bold;}
 
#dropmenu2 a:hover{background-color: #F0FFF0;  text-decoration:none; color: #000000; font-weight: bold;}
#dropmenu2 a:visited{  text-decoration:none; color: #000000; font-weight: bold;}

#dropmenu a{color: #000000; text-decoration: none; font-weight: bold;}
 
#dropmenu a:hover{background-color: #F0FFF0;  text-decoration:none; color: #000000; font-weight: bold;}
#dropmenu a:visited{  text-decoration:none; color: #000000; font-weight: bold;}