.chromestyle{
	width:100%;
	display:block;
}

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-37px;
margin-left:27px;
border: 1px solid #e5ad40; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color: #ab2737;
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e5ad40; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
background-color:#ab2737;
}

.dropmenudiv strong{display:none;}
.dropmenudiv br{display:none;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e5ad40;
color:white;
text-decoration:none;
}