

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background:#666666;
width: 200px;
visibility: hidden;
font-family:"Trebuchet MS"; font-size:1.6em;
border-top:none;

 /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 4px;
text-decoration: none;
font-weight:normal;
color:#fff;
line-height:35px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#555555;
color:#65EBFF;
}