.vdmenu  {
	z-index : 3;
	padding:5px;
	margin-top:-10px;
} 

.vdhtml {
	margin-left: 0px !important;
	_margin-top: 0px;
	filter: Alpha(Opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	margin-top:1px;
	border-bottom: 4px solid #13b1df;
	/*border-top: 4px solid #de8d00;*/
	border-top: 4px solid #FFB300;
}

.vdhtml_submenu  {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -1px;
	/*background-color: #c3f1ff;*/
	background-color:#CAEBF4;
	height:auto !important;
	height:18px;
	margin-left: 0px;
	border-bottom: 1px solid #ffffff !important;
	width: 165px;
}

.vdhtml_submenu a {
	text-decoration: none;
	display: block;
	line-height: 14px;
	font-family: "Georgia", verdana, sans-serif;
	text-transform:none;
	border: 1px solid #13b1df;
	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: #fbcc2d;
	text-decoration: none;
	color: brown;
}

