.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #e7a513; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px "Lucida Grande", Arial, Verdana, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: #fbf6ee;
	width: 250px;
	visibility: hidden;
	margin-top: 7px;
	}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #e7a513; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	}

.dropmenudiv a.subactive {
	background-color: #f6ca72;
}

.dropmenudiv a.subactive:hover {
	background-color: #f6ca72;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}