/*
#nav_primary ul {
	padding: 0;
	margin: 0;
}
#nav_primary li {
	background-color: #94be3b;
	list-style-type: none;
	border: 2px solid #94be3b;
	line-height: 21px;
	text-align: center;
	vertical-align: text-middle;
	float: left;
}
#nav_primary li:hover {
	background-color: #003412;
	list-style-type: none;
	border: 2px solid #94be3b;
}
#nav_primary a, #nav_primary a:visited {
	color: #003412;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
}
#nav_primary a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.nav_secondary {
	padding: 0;
	margin: 0;
	display: none;
}
.nav_secondary li {
	background-color: #94be3b;
	list-style-type: none;
	border: 2px solid #94be3b;
	line-height: 21px;
	text-align: center;
}
.nav_secondary li:hover {
	background-color: #003412;
	list-style-type: none;
	border: 2px solid #94be3b;
}
.nav_secondary a, .nav_secondary a:visited {
	color: #003412;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 4px;
}
.nav_secondary a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
*/


#nav_top {
	margin: 0;
	padding: 0;
	z-index: 30;
}

#nav_top li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#nav_top li a {
	display: block;
	margin: 0 2px 0 0;
	padding: 2px 10px;
	background-color: #94be3b;
	color: #003412;
	text-align: center;
	text-decoration: none;
	border: 1px solid #003412;
}

#nav_top li a:hover {
	background-color: #003412;
	color: #ffffff;
}

#nav_top div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #94be3b;
	border: 1px solid #003412;
	top: 45px;
	z-index: 100;
}

#nav_top div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #94be3b;
	color: #003412;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

#nav_top div a:hover {
	background-color: #003412;
	color: #ffffff;
}
