.contentheader{
width: 99%;
font-weight: bold;

}



.dropmenudiv{
	position:absolute;
	padding-top:10px;
	top: 0px;
	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	
	width: 210px;
	visibility: hidden;
}

.dropmenudiv a{
	background-image:url(../images/transparent.png);
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ddd; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#f8981c;
	
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FDF0C6;
}

