/* Some stylesheet reset */
.nav, .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
}

/* The main container */
.nav {
	/* Layout and positioning */
	display: block;
	position: relative;
	width: 980px;
	top: 143px;
	left: 9px;
	position: absolute;
	z-index: 500;

	height: 34px;
	border-radius: 3px;
	border: 1px solid #161616;

	/* Background and effects */
	background: #000; /* Background for IE9 and older browsers */
	background: -webkit-linear-gradient(bottom, #000000, #161616); /* Background for Chrome & Safari */
	background: -moz-linear-gradient(bottom, #000000, #161616); /* Background for Firefox */
	background: -o-linear-gradient(bottom, #000000, #161616); /* Background for Opera */
	background: -ms-linear-gradient(bottom, #000000, #161616); /* Background for Internet Explorer 10 */	
	background: -moz-linear-gradient(center bottom , #000000, #161616) repeat scroll 0 0 transparent;
	border: 1px solid #161616;
	box-shadow: 2px 1px 2px #161616;
}


.nav>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	text-transform: uppercase;
}

/* The main navigation links */
.nav > li > a {
  color: #EFEFEF;
  display: block;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 0.83em;
  font-weight: bold;
  padding: 11px;
  text-decoration: none;
  text-shadow: 0 0 1px #4A320B;
  transition: all 0.3s ease 0s;
  
  /* Effects */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* The hover state of the navigation links */
.nav>li>a:hover, .nav>li:hover>a {
	background: rgba(224, 180, 80, 0.88);
	color: #000;
	height:12px;
}

.nav>li:first-child>a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.nav>.dropdown>a {
	padding-right: 22px;
}

/* The arrow indicating a dropdown menu */
.nav>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 top: 14px;
	 right: 11px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #efefef;
	 border-right: 1px solid #fefefe;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}

/* Changing the color of the arrow on hover */
.nav>.dropdown>a:hover::after, .nav>.dropdown:hover>a::after {
	border-color: #111;
}

.nav ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* Level 1 submenus */
.nav>li>ul {
	padding-top: 0px;
	z-index: 99;
	border-top: 0px solid #161616;
	top: 34px;
}

/* Making the level 1 submenu to appear on hover */
.nav>li:hover>ul {
	left: -1px;
}

/* Level 2+ submenus */
.nav ul ul {
	left: -9999px;
	top: 0px;
	z-index: 999;
}

/* Making the level 2+ submenu to appear on hover */
.nav ul>li:hover>ul {
	left: 213px;
	top: -1px;
}

/* The submenu link containers */
.nav ul li {
	position: relative;
	display: block;
  	border-left: 1px solid #161616;
  	border-right: 1px solid #161616;

	/* Creating the slide effect. The list elements which contain the links have 0 height. On hover, they will expand */
	height: 0px;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
}


/* Expanding the list elements which contain the links */
.nav li:hover>ul>li {
	height: 25px;
}

.nav ul li:hover>ul>li:first-child {
	height: 25px;
}

/* The links of the submenus */
.nav ul li a {
	/* Layout */
	display: block;
	width: 183px;
	padding: 6px 10px 6px 15px;
	border-bottom: 1px solid #594521;

	/* Typography */
	font-size: .82em;
	font-weight:bold;
	color: #12110F;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	
	/* Background & effects */
	background: none repeat scroll 0 0 rgba(224, 180, 80, 0.88);
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

/* The hover state of the links */
.nav ul li>a:hover, .nav ul li:hover>a {
	background: #e9e9e9;
	color: #161616;
}

.nav ul ul>li:first-child>a {
	border-top: 1px solid #000;
}

.nav ul>li:last-child>a {
	border-bottom: 1px solid #000;
}


/* The arrow indicating a level 2+ submenu */
.nav ul>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #111;
	 border-right: 1px solid #111;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
}

.nav ul>.dropdown:hover>a::after, .nav ul>.dropdown>a:hover::after {
	border-color: #a1a1a1;
}

.nav ul.wider li a {
  width: 310px !important;
}

.nav ul.wide li a {
  width: 270px !important;
}
.nav li.state {
	color: #ffffff;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.83em;
	font-weight: bold;
	padding: 11px 16px 11px 11px;
	text-decoration: none;
	text-shadow: 0 0 1px #4a320b;
	transition: all 0.3s ease 0s;
	background: url(../images/state_bg.png) no-repeat right;
	}


.nav2, .nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
	display: none !important;
}

/* The main container */
.nav2 {
    display: block;
    height: 34px;
    left: 9px;
    position: absolute;
    top: 188px;
    width: 980px;
    z-index: 98;
			/* Background and effects */
	background: #000; /* Background for IE9 and older browsers */
	background: -webkit-linear-gradient(bottom, #000000, #161616); /* Background for Chrome & Safari */
	background: -moz-linear-gradient(bottom, #000000, #161616); /* Background for Firefox */
	background: -o-linear-gradient(bottom, #000000, #161616); /* Background for Opera */
	background: -ms-linear-gradient(bottom, #000000, #161616); /* Background for Internet Explorer 10 */

    background: -moz-linear-gradient(center bottom , #000000, #161616) repeat scroll 0 0 transparent;
    border: 1px solid #161616;
    border-radius: 3px;
    box-shadow: 2px 1px 2px #161616;

}

.nav2>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	text-transform: uppercase;
}

/* The main navigation links */
.nav2 > li > a {
  color: #EFEFEF;
  display: block;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 0.83em;
  font-weight: bold;
  padding: 11px;
  text-decoration: none;
  text-shadow: 0 0 1px #4A320B;
  transition: all 0.3s ease 0s;
  
  /* Effects */
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* The hover state of the navigation links */
.nav2>li>a:hover, .nav2>li:hover>a {
	background: rgba(224, 180, 80, 0.88);
	color: #000;
	height:12px;
}

.nav2>li:first-child>a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.nav2>.dropdown>a {
	padding-right: 26px;
}

/* The arrow indicating a dropdown menu */
.nav2>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 top: 14px;
	 right: 11px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #efefef;
	 border-right: 1px solid #fefefe;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 -o-transform: rotate(45deg);
	}

/* Changing the color of the arrow on hover */
.nav2>.dropdown>a:hover::after, .nav2>.dropdown:hover>a::after {
	border-color: #111;
}

.nav2 ul {
	position: relative;
	position: absolute;
	left: -9999px;
	display: block;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* Level 1 submenus */
.nav2>li>ul {
	padding-top: 0px;
	z-index: 99;
	border-top: 0px solid #161616;
	top: 34px;
}

/* Making the level 1 submenu to appear on hover */
.nav2>li:hover>ul {
	left: -1px;
}

/* Level 2+ submenus */
.nav2 ul ul {
	left: -9999px;
	top: 0px;
	z-index: 999;
}

/* Making the level 2+ submenu to appear on hover */
.nav2 ul>li:hover>ul {
	left: 213px;
	top: -1px;
}

/* The submenu link containers */
.nav2 ul li {
	position: relative;
	display: block;
  	border-left: 1px solid #161616;
  	border-right: 1px solid #161616;

	/* Creating the slide effect. The list elements which contain the links have 0 height. On hover, they will expand */
	height: 0px;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
	-o-transition: height .3s;
	-ms-transition: height .3s;
}


/* Expanding the list elements which contain the links */
.nav2 li:hover>ul>li {
	height: 25px;
}

.nav2 ul li:hover>ul>li:first-child {
	height: 25px;
}

/* The links of the submenus */
.nav2 ul li a {
	/* Layout */
	display: block;
	width: 183px;
	padding: 6px 10px 6px 15px;
	border-bottom: 1px solid #594521;

	/* Typography */
	font-size: .82em;
	font-weight:bold;
	color: #12110F;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	
	/* Background & effects */
	background: none repeat scroll 0 0 rgba(224, 180, 80, 0.88);

	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}

/* The hover state of the links */
.nav2 ul li>a:hover, .nav2 ul li:hover>a {
	background: #e9e9e9;
	color: #161616;
}

.nav2 ul ul>li:first-child>a {
	border-top: 1px solid #000;
}

.nav2 ul>li:last-child>a {
	border-bottom: 1px solid #000;
}


/* The arrow indicating a level 2+ submenu */
.nav2 ul>.dropdown>a::after {
	 content: "";
	 position: absolute;
	 top: 10px;
	 right: 8px;
	 width: 4px;
	 height: 4px;
	 border-bottom: 1px solid #111;
	 border-right: 1px solid #111;
	 -webkit-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 -o-transform: rotate(-45deg);
}

.nav2 ul>.dropdown:hover>a::after, .nav2 ul>.dropdown>a:hover::after {
	border-color: #a1a1a1;
}

.nav2 ul.wider li a {
  width: 310px !important;
}

.nav2 ul.wide li a {
  width: 270px !important;
}
.nav2 li.state {
	color: #ffffff;
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 0.83em;
	font-weight: bold;
	padding: 11px 19px 11px 11px;
	text-decoration: none;
	text-shadow: 0 0 1px #4a320b;
	transition: all 0.3s ease 0s;
	background: url(../images/state_bg.png) no-repeat right;
	}
