/* CSS Document */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:14px;
z-index:100;
background-color: #B0A271;
width: 180px;
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: 2px solid #E5E5E5; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family: Tahoma; 
font-size: 11px;
color: #FFFFFF;
}

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