
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #99cccc; /*THEME CHANGE HERE*/
border-bottom-width: 1;
text-indent: 3px;
font: 11 Sans-serif;
line-height:16px;
z-index:100;
background-color: #daf0f0;
width: 180;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
/*width: 220;*/
display: block;
text-indent: 3px;
border-bottom: 1px solid #99cccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
background-color: #daf0f0;
color: #006666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c7e9e5;
text-decoration: none;
}