/* TOP Nav drop down menu stypes */
.topnavDHTML {
	border-collapse : collapse;
	border : 0;
	background-color : transparent;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 1;
	display : none;
	width : 150px;
	margin : 0;
	padding : 0;
}
.topnavDHTML td {
	margin : 0;
	padding : 0;
	width : 150px;
	border : 1px solid white;
	text-align : left;
}
.topnavDHTML tr {
	background-color : #29679A;
}
.topnavDHTML a,
.topnavDHTML a:active,
.topnavDHTML a:visited,
.topnavDHTML a:hover {
	font-size : 0.8em;
	text-decoration : none;
	width : 95%;
	display : block;
	padding : 3px 4px 3px 4px;
	color : white;
	
}
.topnavDHTML a:hover {
	color : #29679A;
	background: white;
}

