.menucontainer {
	position: relative;
	z-index: 2;
}

.menubutton {
	cursor: pointer; 
	padding: 3px;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: bold;
	background: #58A500;
	color: #ffffff;
	border-color: #000000;
	border-style: solid;
	white-space: nowrap;
	z-index: 2;
}

.menubutton_active {
	cursor: pointer; 
	background: #e0e0ff; 
	padding: 3px;
	font-size: 10pt;
	line-height: 11pt;
	font-weight: bold;
	background: #93CC52;
	color: #ffffff;
	border-color: #000000;
	border-style: solid;
	white-space: nowrap;
	z-index: 2;
}

.menu {
	position: absolute;
	z-index: 2;
	top: -3px;
	left: 107px;
	display: none;
}

.menu2 {
	position: absolute;
	z-index: 2;
	top: 21px;
	left: -6px;
	display: none;
}

.menu3 {
	position: absolute;
	z-index: 2;
	top: 21px;
	left: -6px;
	display: none;
}

