.drop-menu{
	position: absolute;
	top: 0px;
	border-top: 1px solid #fff; /*THEME CHANGE HERE*/
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #e5e8df;	/*THEME CHANGE HERE*/
	width: 200px;
	visibility: hidden;
	text-align: left;
	padding: 5px 0px;
	margin-top: -17px
}

.drop-menu a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 5px;
	text-decoration: none;
	color: #000 /*THEME CHANGE HERE*/
}

* html .drop-menu a{ width: 100%; }
.drop-menu a:hover, .drop-menu a.current { color: #fff; background-color: #00ae42 }

.drop-menu a.external { background: url('../img/external-link-off.gif') 10px 5px no-repeat; padding-left: 20px; }
.drop-menu a.external:hover { background: url('../img/external-link-on.gif') 10px 5px no-repeat #00ae42; }