.droped {
	background-color: transparent; 
	color : white;
	position : absolute; 
	top : 10px; 
	left : 10px; 
	visibility : hidden; 
	width : 160px;
} 
#navbar {
	position : relative;
} 
A.nav1 {
	background-color : #3C9A58; 
	color: white;
	font : normal 8pt Verdana, Sans-Serif; 
	text-decoration : none; 
	border: 1px solid #3C9A58;
	padding: 0 0 0 0; 
	text-align : center; 
	width : 100%; 
	height: 18px;
	display : block; 
} 
A.nav1:hover {
	background-color : #E0F4E7;
	color : #3C9A58;
	font : normal 8pt verdana, sans-serif;
	text-decoration : none;
	border: 1px solid #3C9A58;
	padding: 0 0 0 0; 
	text-align : center; 
	vertical-align : middle;
	width : 100%;
	height: 18px;
	display : block; 
}

A.menulink1 {
	background-color : #E0F4E7; 
	color: #000000;
	font : normal 8pt verdana, sans-serif; 
	text-decoration : none; 
	border-left: 1px solid #3C9A58;
	border-right: 1px solid #3C9A58;
	border-top: 1px solid #3C9A58;
	padding: 0 0 0 10px; 
	width : 160px; 
	height: 18px;
	display : block; 
} 
A.menulink1:hover {
	background-color : #3C9A58;
	color:#ffffff;
	font : normal 8pt verdana, sans-serif; 
	text-decoration : none; 
	border-left: 1px solid #3C9A58;
	border-right: 1px solid #3C9A58;
	border-top: 1px solid #3C9A58;
	padding: 0 0 0 10px; 
	width : 160px; 
	height: 18px;
	display : block; 
} 

.menutitle {
	background-color : #ffffff; 
	color: #3C9A58;
	font : normal 8pt verdana, sans-serif; 
	text-decoration : none; 
	border-bottom : 1px solid #3C9A58;
	border-left : 1px solid #3C9A58; 
	border-top : 1px solid #3C9A58; 
	border-right : 1px solid #3C9A58; 
	padding: 0 0 0 0; 
	width : 160px; 
	height: 18px;
	display : block; 
}
div.line {
	width: 100%;
	height: 1px;
	background: #3C9A58;
}


@media print {
	A.nav1, #navbar {
		display: none;
	}
}

