.chromestyle{
width: 717px;
border:none;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
	text-color:#FFFFFF;
	cursor:hand;
	line-height:18px;
	z-index:100;
	background-color: #636562;
	width: 145px;
	visibility: hidden;
	text-align: center;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: white;
	text-align: center;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #636562;
}
