/* Menu CSS */#cssmenu,
#cssmenu > ul {
	background-color: #8f9c48;
	clear: both;
	padding-bottom: 3px;
	padding-top: 3px;
	height: 26px;
	color: #FFFFFF;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
	z-index: 200;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto; 
  white-space:nowrap;
  zoom: 1;
}
#cssmenu > ul {

  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}

#cssmenuorig > ul > li > a {
	color: #FFFFFF;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
	padding-left: 24px;
	padding-right: 23px;
	text-decoration: none;
}

#cssmenu > ul > li > a {
	color: #FFFFFF;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 18px;
	padding-left: 24px;
	padding-right: 23px;
	text-decoration: none;
}
#cssmenu > ul > li:hover > a {
	background-color: #8f9c48;
	background-image: none;
	background-repeat: repeat;
	color: #EDE8D4;
}
#cssmenu > ul > li > a > span {
  line-height: 18px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: url(../images/hover.png) repeat;
}
/* Childs */
#cssmenu > ul ul {
	background-color: #8F9C48;
	box-shadow: 5px 5px 5px #CCCCCC;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	z-index: -1;
	margin: 0px;
		margin-left: 15px;
}
#cssmenu > ul li:hover ul {
	opacity: 1;
	visibility: visible;
	color: #000;
	z-index: 2;
	top: 30px;
	left: 0;

}
#cssmenu > ul ul:before {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    height: 20px;
    position: absolute;
    top: -10px;
    width: 100%;

}
#cssmenu > ul ul li {
	list-style: none;
	padding: 0;
	width: 100%;


}
#cssmenu > ul ul li a {
	display: block;
	color: white;
	font-size: 16px;
	text-decoration: none;

	font-family: 'Pathway Gothic One', sans-serif;
	width: 150px;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;

}
#cssmenu > ul ul li a:hover {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(../images/hover.png);
	background-repeat: repeat;
}
#cssmenu > ul ul li a:active {
  background: url(../images/menu-bg.png) repeat;
}
