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

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
font:normal 11px Arial;
line-height:20px;
z-index:100;
background-color:#000000;
background-repeat:repeat;
width: auto;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display:block;
padding: 5px 5px;
text-decoration: none;
color: #cccccc;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #00AEEF;  /*light grey colour */
color: #ffffff;
}