.dropmenu table{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px tahoma;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 0px 0;
	background: url(../images/blockdefault.gif) center center repeat-x;
}
.dropmenu td a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}
.dropmenu td a:visited{
	color: white;
}
.dropmenu td a:hover, .dropmenu td a.current{
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
	-moz-opacity:.8;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4) alpha(opacity=80); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font: bold 13px tahoma;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #06215F;
}