

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #DFDFE7; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:24px;
z-index:100;

filter:alpha(opacity=90);
-moz-opacity: 0.9;
-khtml-opacity:0.9;
background-color:#788ABC;
width: 215px;
margin-top:9px;

visibility: hidden;


}
.dropmenudiv p { width:210px;  border-bottom: 1px solid #DFDFE7; background-color:#788ABC; margin:0px; padding:0px; padding-left:5px;}

.dropmenudiv  a {
width: auto;
display: block;
text-indent: 3px;
text-decoration:none;

font-weight: bold;
color:#ffffff;

}
* html .dropmenudiv a { /*IE only hack*/
width: 100%;text-decoration:none;
}


