
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
display: block;
border: 1px solid #189E52; /*Theme Change here*/
border-bottom-width: 0;
font-family: Verdana;
font-size:12px;
line-height:12px;
background-color: white;
display: block;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
display: block;
width: 200;
text-indent: 3px;
border-bottom: 1px solid #189E52; /*Theme Change here*/
display: block;
padding: 2px 0px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
display: block;
background-color: #eeeeee;
width: 200px;
}