.menuHere{
	border-top: honeydew thin groove;
	vertical-align: baseline;
	width: 100%;
	border-bottom: #006600 thin ridge;
	height: 23px;
	background-color: white;
}
.menu{
	visibility:hidden;
	position: absolute;
	width:1;
}

.topLevel{
	visibility: visible;
	position: absolute;
	width: 100%;
	left:0px;
	padding-top:1px;
	padding-bottom:0px;
}
.topLevelTable{
	left:0px;
}
.topLevelItem{
	font-family: Veranda;
	background-color: transparent;
	font-size:9.5pt;
	color:White;
	padding-top:1px;
	padding-left:10px;
	padding-right:10px;
	z-index:100;
}

.topLevelItemHover{
	font-family: Verdanda;
	background-color: transparent;
	font-size:8pt;
	color: gold;
	cursor:pointer;
	cursor:hand;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	z-index:101;
}

.menuItem{
	font-family:Verdana;
	font-size:8pt;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color: #be846c;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	z-index:102;
	height:20px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	color:White;
}

.menuItemHover{
	font-family:Verdana;
	font-size:8pt;
	border-bottom:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color: #be846c;
	color:Gold;
	text-align:left;
	cursor:pointer;
	cursor:hand;
	z-index:103;
	height:20px;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
}

A{
	text-decoration:none;
}
.textBar{
	text-decoration:none;
	font-family:Verdana;
	font-size:8pt;
	color:green;
	cursor:pointer;
	cursor:hand;
}