#dropmenu1{width: 140px}
#dropmenu2{width: 190px}
#dropmenu3{width: 180px}
#dropmenu4{width: 215px}
#dropmenu5{width: 160px}
#dropmenu6{width: 215px}
#dropmenu7{width: 200px}
#dropmenu8{width: 210px}
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: arial,Tahoma,helvetica,sans-serif;
font-size: 10pt;
font-weight: normal;
line-height: 1.0;
text-align: left;
z-index: 100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: Black;
}
* cfm .dropmenudiv a{color: #3A3A3A; width: 100%;}
.dropmenudiv a:visited{color: #3A3A3A;}
.dropmenudiv a:hover{color: white; background-color: #3F84C9;}
.dropmenudiv a.s2{color: #3A3A3A;}
.dropmenudiv a.s2:visited{color: #3A3A3A;}
.dropmenudiv a.s2:hover{color: white; background-color: #3F84C9;}
