.h_menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	border: 1px outset #D6E0E6; 
/*	border-color: #333333 #000000 #000000 #333333;*/
	background-color: #F9FAFB;	
	padding: 2px;
	font: normal 11px Arial, Helvetica, sans-serif; 
}
.h_menudiv a {
	display: block;
	color: #000000;
    border-top: 1px solid #D6E0E6;*/
	text-indent: 5px;
	text-decoration: none;
	padding: 4px;
	font-weight: normal;
}
.h_menudiv a:hover {
	background-color: #D6E0E6;
	color: #D9323C;
	font-weight: normal;
}
.h_menudiv a:active {
	background-color: #D6E0E6;
	color: #D9323C;
	font-weight: normal;	
}
