.vdmenu  {
	z-index : 3;
	border:1px solid red;
	padding:10px;
} 

.vdhtml {
	margin-left: 0px !important;
	margin-left: -50px;
	_margin-top: 1px;
	filter: Alpha(Opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	border-bottom: 2px solid #123B74;
	border-top: 1px solid #F7CC02;
}

.vdhtml_submenu  {
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color: #F9ED22;
	height:18px;
	margin-left: 0px;
	border-bottom: 1px solid White;
	width: 150px;
}

.vdhtml_submenu a {
	text-decoration: none;
	display: block;
	line-height: 14px;
	font-family: arial, verdana, sans-serif;
	text-transform:none;
	border: 1px solid #F5C408;
	padding: 6 6 6 6;
	text-align:left;
}

.vdhtml_submenu a:link, .vdhtml_submenu a:visited, .vdhtml_submenu a:active {
	color: #033DB0;
	text-decoration: none;
}

.vdhtml_submenu a:hover {
	background-color: #DDA613;
	text-decoration: none;
	color: #ffffff;
}

