.vdmenu  {
	z-index : 3;
} 

.vdhtml {
	margin-left: 0px;
	_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-left: 6px solid #FF0000;
	border-top: 1px solid #FAE3E2;
}

.vdhtml_submenu  {
	font-size: 12px;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	background-color : #EEA9A6;
	margin-left: 0px;
	border-bottom: 1px solid #FAE3E2;
}

.vdhtml_submenu a {
	text-decoration: none;
	display: block;
	line-height: 14px;
	font-family : Arial, sans-serif;
	/*text-transform:uppercase;*/
	padding-left: 7px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-left:4px;
	margin-right:4px; 
	border: 1px solid #FAE3E2;
	border-left: 0px;
	border-right: 0px;
	
}

.vdhtml_submenu a:link, .vdhtml_submenu a:visited, .vdhtml_submenu a:active {
	color: black; 
	text-decoration: none;
}

.vdhtml_submenu a:hover {
	background-color: #DEDCDC;
	text-decoration: none;
	color : black;
}
