.chromestyle{
width: 100%;
font: normal 11px Verdana;
border:none;
}
/* ######### Style for Drop Down Menu ######### */

#dropmenudiv{
position:absolute;
border: 1px solid #53afff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
width: 200px;
visibility: hidden;
text-decoration: none;
}


#dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #53afff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

#dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
}

