.menu {
	height: 30px;
	background-color: #009933;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 30px;
	font-size: 12pt;
	font-weight: bold;
	z-index: 4;
}


.menu_wide {
	position: absolute;
	height: 30px;
	background-color: #009933;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 30px;
	font-size: 12pt;
	font-weight: bold;
	z-index: 4;
}


.level_1{
	padding-left: 10px;
/*	width: 167px;
*/	height: 30px;
	background-color: #009933;
	color: white;
	vertical-align: center;
	z-index: 7;
}


.level_1_wide{
	padding-left: 10px;
	width: 240px;
	height: 30px;
	background-color: #009933;
	color: white;
	vertical-align: center;
	z-index: 7;
}


.level_1_active{
	padding-left: 9px;
	width: 160px;
	height: 30px;
	background-color: #00bb55;
/*	color: #009933;
*/
	color: white;
	vertical-align: center;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 7;
}


.level_1_active_wide{
	padding-left: 9px;
	width: 240px;
	height: 30px;
	background-color: #00bb55;
	color: white;
	vertical-align: center;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 7;
}

.level_2 {
	width: 171px;
	background-color: white;
	display: none;
	z-index: 8;
}

.level_2_wide {
	width: 251px;
	background-color: white;
	display: none;
	z-index: 8;
}


.level_2_inner {
	padding-left: 9px;
	width: 160px;
	background-color: #009933;
	color: white;
	height: 30px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	visibility: visible;
	display: block;
	z-index: 9;
}


.level_2_inner_wide {
	padding-left: 9px;
	width: 240px;
	background-color: #009933;
	color: white;
	height: 30px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	border-right-width: 1px;
	visibility: visible;
	display: block;
	z-index: 9;
}

.level_2_active {
	padding-left: 9px;
	width: 160px;
	background-color: #00bb55;
	color: white;
	height: 30px;
	margin-top: 1px;
	visibility: visible;
	display: block;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 8;
}

.level_2_active_wide {
	padding-left: 9px;
	width: 240px;
	background-color: #00bb55;
	color: white;
	height: 30px;
	margin-top: 1px;
	visibility: visible;
	display: block;
	border-color: white;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	z-index: 8;
}
