ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation {
	height: 30px;
	background:;
	/*padding: 0 1em;*/
}

#navigation > li {
	float: left;
	/*margin-right: 0.5em;*/
	height: 30px;
	width: 130px;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

#navigation > li > a {
	font-family: 'Titillium Web', sans-serif;
	float: left;
	padding-left:0;
	text-align: center;
	width: 130px;
	text-decoration: none;
	height: 30px;
	font-size:15px;
	line-height:2;
	font-weight: bold;
	color:white;
	text-transform: uppercase;
	display: block;
	letter-spacing:1px;
	
}

#navigation > li > a:link {
	color:white;
	border-left: solid 2px white;
	border-right: solid 2px white;
}
#navigation > li > a:visited {
	color:white;
	border-left: solid 2px white;
	border-right: solid 2px white;
}
#navigation > li > a:active{
	color:white;
	border-left: solid 2px white;
	border-right: solid 2px white;
}
#navigation > li > a:hover {
	background: #b4d88b;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

#navigation li ul {
	width: 130px;
	background: #00853f;
	clear: both;
	line-height:2;
	position: absolute;
	top: -1000em;
}

#navigation li ul li {
	width: 130px;
	display: block;
	vertical-align:middle;
	font-size:12px;
	font-stretch:extra-expanded;
	font-size-adjust:inherit;
	line-height:2;
	text-align:left;
	word-wrap: break-word;
	border-left: solid 2px white;
	border-right: solid 2px white;
	/*line-height:-30px;
	margin: 0.5em 0;*/
}

#navigation li ul li a {
	display: block;
	height:20px;
	width: 130px;
	/*padding: 1em;*/
	font-weight:normal;
	color: white;
	text-decoration: none;
	text-align: left;
	border-top:solid 1px white;
	padding-left:4px;
	font-weight:bold;
	border-left: solid 2px white;
	border-right: solid 2px white;
}

#navigation li ul li a:link {
	background: #b4d88b;
	color:white;
	
}
#navigation li ul li a:visited {
	background: #b4d88b;
	color:white;
	
}
#navigation li ul li a:active {
	background: #b4d88b;
	color:white;
	
}
#navigation li ul li a:hover {
	background: #00853f;
	color:white;
	font-size:normal;
	
}

#navigation li.submenu:hover ul {
	position: static;
	
}