.chromestyle{
width: 750px;
height:39px;
float:left;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #2da7de;
	width: 190px;
	visibility: hidden;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: -20px;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; */ /*THEME CHANGE HERE*/
padding: 5px 6px;
text-decoration: none;
color: white;
text-align:left;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color: #a0ca20;
text-decoration:none;
}

