@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Marcellus&display=swap');

#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	width: 158px;
	height: 30px;
	font-family: 'Marcellus',sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #b3cfba;
	background: #006f1c url(../images/menu-background.jpg) top left repeat-x;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0 0;
	letter-spacing: .5px;
	border-left: #6A8A2D 1px solid;
	border-right: #000000 1px solid;
}
#menu li a:hover
{
	color: #ffffff;
	background: #006f1c url(../images/menu-hover-background.jpg) top left repeat-x;
}
#menu li a.active {
	color: #ffffff;
	background: #006f1c url(../images/menu-hover-background.jpg) top left repeat-x;
}
#menu li a.wide-menu
{
	width: 158px;
}
#menu li a.wide-menu-active
{
	width: 158px;
	color: #ffffff;
	background: #006f1c url(../images/menu-hover-background.jpg) top left repeat-x;
}
