/* SUBMENU */
#submenu {
	background-color: #74cf82;
	border-bottom: 0.05em solid white;
	padding:0;
	margin:0;
	height:0.8em;
}
*>#submenu {
	border-right: 0.05em solid white;
	border-top: 0.01em solid white;
	margin-top: -0.05em;
	height:1.25em;
}

#submenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
*>#submenu ul {
	margin: 0.05em 0 0 0;
}

#submenu li {
	display: inline;
	font-size: 70%;
	margin-left: 0;
	padding-left: 0;
}

#submenu a {
	font-weight: normal;
	color: #edf0f2;
	border-right: 0.1em solid #fff;
	text-decoration: none;
	display: block;
	float: left;
	height: 1.5em;
	padding: 0.2em 0.5em 0 0.75em;
	text-align: center;
}
*>#submenu a {
}

#submenu a.active {
	background-color: #00a614;
	color: #fff;
	border-top: 0.05em solid #00a614;
	height: 1.55em;
	position: relative;
	top: -0.15em;
}