.vdmenu  {
	z-index : 10;
} 

.vdhtml {
	margin-left: 7px;
	_margin-top: 1px;
	filter: Alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border-right: 4px solid black;
	border-bottom: 5px solid black;
	border-top: 1px solid #FFFF00;
}

.vdhtml_submenu  {
	font-size: 13px;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color : #0898ca;
	margin-left: 0px;
	border-bottom: 1px solid #F5C408;
}

.vdhtml_submenu a {
	text-decoration: none;
	display: block;
	line-height: 14px;
	font-family : "Trebuchet MS","Gill Sans MT", Arial, sans-serif;
	/*font-family : "Gill Sans MT",  Arial, sans-serif;*/
	text-transform:capitalize;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #F5C408;
}

.vdhtml_submenu a:link, .vdhtml_submenu a:visited, .vdhtml_submenu a:active {
	color: white; 
	text-decoration: none;
}

.vdhtml_submenu a:hover {
	background-color: #152B8A;
	text-decoration: none;
	color : white;
}
