/* CSS Document */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
/*line-height:13px;*/
text-align:left;
z-index:100;
background-color: white;
width: 130px;
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-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 1px 0;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #66CCFF;
}



