nav {
	/* Only the following 3 lines are important for sticky */
	position: -webkit-sticky;
!important;
	position: sticky;
!important;
	top: 0;
!important;
	min-height: 48px;
	font-size: 15px;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 1001;
}
nav li {
	list-style-image: none;
	margin-bottom: 0px;
}
nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
nav ul li {
	position: relative;
	float: left;
	background-color: rgba(0,0,0,.3);
}
nav ul li + li {
	background-image: url(assets/nav-bullet-white.png);
	background-repeat: no-repeat;
	background-position: 2px 10px;
	padding-left: 13px;
}
nav ul li a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
nav ul a:link, nav ul a:visited {
	color: #FFF;
}
nav ul a.active    {
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(178,21,20,1.0);
}
nav ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(178,21,20,0.5);
}
nav ul ul {
	position: absolute;
	display: none;
	margin-top: 9px;
	margin-bottom: 0px;
	margin-left: 20px;
}
nav ul ul li {
	float: none;
	background-image: none;
	padding: 0px;
	background-color: #CC9;
}
nav li ul {
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
nav ul ul li a{
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	min-width: 210px;
	background-image: url(assets/nav-bullet-white.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
nav ul ul a:link, nav ul ul a:visited {
	background-color: #bba453;
	color: #FFFFFF;
}
nav ul ul a:hover {
	background-color: rgba(178,21,20,0.5);
	color: #FFF;
	}
.toggle {
	display: none;
}
******************* RESPONSIVE CSS {
}
@media screen and (max-width:650px) {
nav {
/* Only the following 3 lines are important for sticky */
	position: -webkit-sticky;
!important;
	position: sticky;
!important;
	top: 0px;
!important;
	min-height: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
nav ul {
	display: none;
	float: none;
}
nav ul li {
	display: block;
	float: none;
	margin-bottom: 2px;
	background-color: rgba(160,166,162,1.0);
}
nav ul li + li {
	background-image: none;
	padding-left: 0px;
}
nav ul li a {
	background-image: url(assets/nav-bullet-white.png);
	background-repeat: no-repeat;
	background-position: 8px 11px;
	padding-left: 21px;
	margin-right: 0px;
	background-color: rgba(0,0,0,.2);
}
nav ul a:link, nav ul a:visited {
}
nav ul a.active   {
}
nav ul a:hover    {
	background-color: rgba(192,117,116,1.0);
}
nav ul ul {
	position: static;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
nav ul ul li {
	margin-left: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
}
nav li ul{	/* Only here because of bullets in body copy */
	background-color: transparent;
	padding: 0px;
}
nav ul ul li a {
	padding-left: 21px;
	padding-bottom: 5px;
	padding-top: 4px;
	background-position: 8px 9px;
	background-image: url(assets/nav-bullet-golddarker.png);
}
nav ul ul a:link, nav ul ul a:visited {
	color: #B21514;
	background-color: #e0d6b1;
}
nav ul ul a:hover {
	background-color: rgba(178,21,20,0.5);
	color: #FFF;
	background-image: url(assets/nav-bullet-white.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	}
.toggle {
	width: auto;
	text-align: right;
	box-sizing: 100%;
	cursor: pointer;
	color: #bba453;
	padding-top: 6px;
	padding-right: 11px;
	padding-bottom: 11px;
	display: block;
	background-color: #000000;
	margin-bottom: 0px;
	font-size: 18px;
}
.toggle:before {
	content: '\2630';
	padding-right: 5px;
	padding-bottom: 3px;
	color: #FFF;
	font-size: 24px;
}
.showing {
	max-height: 1000px;
}
