@import url(https://fonts.googleapis.com/css?family=Capriola);
/* Let's import the lovely google font, please keep this line at the top of your stylesheet */
/* Menu CSS */#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Capriola', sans-serif;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: '';
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
  height: 42px;
  background: url(images/bottom-bg.png) repeat-x center bottom;
  border-radius: 2px;
}
#cssmenu ul {
  background: url(images/nav-bg.png) repeat-x 0px 4px;
  height: 42px;
}
#cssmenu ul li {
  float: left;
  list-style: none;
}
#cssmenu ul li a {
	display: block;
	height: 27px;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 15px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
	font-weight: 400;
	opacity: .9;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 11px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#cssmenu ul li:first-child a {
  margin: 4px 2px 0 0;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
	background: url(images/color.png) center bottom;
	display: block;
	height: 27px;
	margin-top: 4px;
	padding-top: 16px;
	color: #344903;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
	opacity: 1;
}