.chromestyle{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid  #76c5f0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index:100;
	background-color: #027EBE;
	width: 250px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #76c5f0; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
}

