/* CSS Document */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #01538B; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #4B87AB;
width: 270px;
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 #01538B; /*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: #C0D3E1;
z-index:100;
text-decoration: none;
font-weight: bold;
font-family: Tahoma; 
font-size: 11px;
color: #525152;
}
