/*
COLOURS
light green 528009
dark green 345105
light gold bb9d58
dark gold 8e7640
*/

#top-navigation-container {
	position:fixed;
	top: 0;
	width:100%;
	height:30px;
	background: #141414;
	background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
	background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
	background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
	background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
	border-bottom: 2px solid #8e7640;
	font-family: 'Alegreya SC', serif;
	z-index: 999;
	-webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	-o-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
	-ms-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
}

#top-navigation ul,
#top-navigation li,
#top-navigation span,
#top-navigation a {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Alegreya SC', serif;
}
#top-navigation {
  position:relative;
  margin: 0 auto;
  height: 30px;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #8e7640;
  font-family: 'Alegreya SC', serif;
  width: 954px;
}
#top-navigation:after,
#top-navigation ul:after {
  content: '';
  display: block;
  clear: both;
}
#top-navigation a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: 'Alegreya SC', serif;
  font-size: 15px;
  line-height: 30px;
  padding: 0 7px;
  text-decoration: none;
}
#top-navigation ul {
  list-style: none;
}
#top-navigation > ul {
  float: left;
}
#top-navigation > ul > li {
  float: left;
}
#top-navigation > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8e7640;
  margin-left: -10px;
}
#top-navigation > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#top-navigation > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#top-navigation .has-sub {
  z-index: 1;
}
#top-navigation .has-sub:hover > ul {
  display: block;
}
#top-navigation .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 15px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 15px rgba(50, 50, 50, 1);
  -o-box-shadow:      0px 0px 15px rgba(50, 50, 50, 1);
  -ms-box-shadow:     0px 0px 15px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 15px rgba(50, 50, 50, 1);
}
#top-navigation .has-sub ul li {
  *margin-bottom: -1px;
}
#top-navigation .has-sub ul li a {
  background: #355f0d;
  /**background: url(../../images/navigation-bg.png) repeat; **/
  border-bottom: 1px dotted #bb9d58;
  filter: none;
  font-size: 14px;
  display: block;
  line-height: 120%;
  padding: 10px;

}
#top-navigation .has-sub ul li:hover a {
  color: #bb9d58;
}
#top-navigation .has-sub .has-sub:hover > ul {
  display: block;
}
#top-navigation .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#top-navigation .has-sub .has-sub ul li a {
  background: #345105;
  border-bottom: 1px dotted #bb9d58;
}
#top-navigation .has-sub .has-sub ul li a:hover {
  background: #528009;
}
