#mainmenu { position: relative; }
table.menu {
	visibility: hidden; 
	cursor: pointer; 
	position: absolute;
	height:18px;
}
table.menu td {
	border: 0px; 
	border-right: solid 1px white; 
	padding: 0px 4px 0px 4px; 
	font-size: 8pt; 
	font-family: helvetica, arial, sans-serif; 
	white-space: nowrap; 
	font-weight: bold;
}
table.submenu {
	border: gainsboro 1px solid; 
	visibility: hidden; 
	cursor: pointer; 
	position: absolute;
    filter:alpha(opacity=98);-moz-opacity:.98; opacity:.98;
    z-index:100;
}
table.submenu td {
	border-top: slategray 1px dotted;
	padding: 2px 4px 2px 4px; 
	font-size: 8pt; 
	font-family: helvetica, arial, sans-serif; 
	white-space: nowrap; 
	font-weight: bold;
}
.menu-inactive { color: white; background-color: black; }
.menu-active { color: black; background-color: #ffffcc; }
.submenu-inactive { color: gainsboro; background-color: #303030; }
.submenu-active { color: white; background-color: black; }

