.dropmenudiv{
	position:absolute;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 16px;
	z-index:100;
	background-color: #fffdf1;
	visibility: hidden;
	text-align: left;
	clip: rect(auto,auto,auto,auto);
	color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffce14;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: underline;
	background-image: url(img/menu_pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d9d7cd;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f7f5e9;
	color: #c30000;	
}