/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{ margin-top:-2px; position:absolute; top: 0px; border: 1px solid #DBDBDB; /*THEME CHANGE HERE*/ border-width: 1px; font:normal .85em Verdana; line-height:18px; z-index:100; background-color: #eff8d2; width: 119px; visibility: hidden; text-align: left; 
}


.dropmenudiv_e a { width: auto; display: block; text-indent: 0.35em; border: 0 solid #657f27; /*THEME CHANGE HERE*/ border-bottom-width: 1px; padding: 2px 0; text-decoration: none; color: #333; 
}
.dropmenudiv_e a:visited {text-decoration: none; color: #333 }

* html .dropmenudiv_e a { /*IE only hack*/
width: 100%; text-decoration:none;}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/ background-color: #679E05; text-decoration:none; color: #fff; }



