
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top:0px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 160px;
visibility: hidden;
background:#669933; 
paddign:5px;
}


.dropmenudiv_a a{
width: auto;
display: block;
padding: 5px;
border-top: 0 solid #678b3f;
text-decoration: none;
color: white; line-height:14px;
border-bottom:1px solid #8CB366; margin:4px 5px 4px 5px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #4E8123;
color: white;
}