table.topnavDHTML {
	border-collapse : collapse;
	position : absolute;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 0.6em;
}

table.topnavDHTML td {
	margin : 0;
	padding : 0;
	border : 1px solid white;
}
table.topnavDHTML tr {
	/*background-color : #000;*/
	margin : 0;
	padding : 0;
}
table.topnavDHTML a,
table.topnavDHTML a:active,
table.topnavDHTML a:visited,
table.topnavDHTML a:hover {
	font-weight: bold;	
	text-decoration : none;
	width : 180px;
	display : block;
	padding : 4px;
	color : white;
}
table.topnavDHTML a:hover {
	color : #FF8B4B;
}

/* ------------------------------
---------------------------------
start battle of vinegar hill
---------------------------------
------------------------------ */
table.bovhtopnavDHTML {
	border-collapse : collapse;
	position : absolute;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	border : 0;
	font-size : 0.6em;
}

table.bovhtopnavDHTML td {
	margin : 0;
	padding : 0;
	border : 1px solid white;
}
table.bovhtopnavDHTML tr {
	background-color : #004283;
	margin : 0;
	padding : 0;
}
table.bovhtopnavDHTML a,
table.bovhtopnavDHTML a:active,
table.bovhtopnavDHTML a:visited,
table.bovhtopnavDHTML a:hover {
	font-weight: bold;	
	text-decoration : none;
	width : 180px;
	display : block;
	padding : 4px;
	color : white;
}
table.bovhtopnavDHTML a:hover {
	color : #9C8819;
}

/* end battle of vinegar hill */