
.chromestyle{
position: absolute;

}

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

.dropmenudiv
{
text-align:left;
position:absolute;
font: 8pt Arial;
font-weight: normal;
line-height:16px;
z-index:100;
background-color: #b51b1b;
width: 110px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 5px 5px 5px 5px;
text-decoration: none;
font-weight: bold;
color: #fff;
width:100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
background-color:#d72724;
width:100%;
}