/* CSS Document */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #856116; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px verdana;
line-height:18px;
z-index:100;
background-color: #AD842C;
width: 200px;
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;
z-index:100;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family: verdana; 
font-size: 11px;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #B09761;
z-index:100;
text-decoration: none;
font-weight: bold;
font-family: verdana; 
font-size: 11px;
color: yellow;
}