
td.menuNormal{
	padding: 2px 0px 2px 0px;
	font-family:"verdana";
	font-size:12pt; 
	font-weight:bold; 
	white-space:nowrap;
	z-index:1;
	filter:alpha(opacity=80);
}

td.menuHover{
	padding: 2px 0px 2px 0px;
	font-family:"verdana";
	font-size:12pt; 
	font-weight:normal; 
	white-space:nowrap;
	z-index:1;
	filter:alpha(opacity=80);
}

div.menuNormal{
	display: none;
	position: static;
	z-index:1;
}

div.menuHover{
	display: inline;
	position: absolute;
	z-index:1;
}
