.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	font:normal 10px arial;
	line-height:16px;
	z-index:500;
	background-color: white;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom:groove 1px silver;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	/*background-color:lightblue;*/
}

a.jcbuthov:hover{ 
	opacity:0.7;
	filter:alpha(opacity=7);
	border:ridge 1px white;
}

a.uMenu{ 
	text-decoration: none;
	font-family: arial;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

a.uMenu:visited{ 
	color: black;
}