/* =============================================================================
   Menu
   ========================================================================== */
.menu-primary-container {
  display: table;
  margin: 0 auto;
}
#access {
	background: #fff;
	clear: both;
	display: block;
	float: left;
	margin: 15px auto 0;
	width: 100%;
}
#access select {
	display:none;
}
#access ul {
	font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size: 16px;
	text-transform:uppercase;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#menu-primary > li {
	border-left:1px solid #ccc;
}
#access li:first-child {
	border-left:none;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #222;
	display: block;
	line-height: 16px;
	padding: 0 7px 10px;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 26px;
	left: 0;
	width: 208px;
	z-index: 99999;
}
#access ul .menu-item-363 ul {
	left:auto;
	right:0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #eee;
	border-bottom: 1px dotted #ddd;
	color: #222;
	font-size: 16px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 8px 10px;
	width: 188px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: #fff;
}
#access li:hover > a, #access a:focus {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	color: #C52022;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
	color:#c52022;
}
/* =============================================================================
   Navigation
   ========================================================================== */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
#content nav a {
	display:block;
	background:none repeat scroll 0 0 #19649E;
	border-color:#2A7CBA #084472 #084472;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:12px;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}

#content nav a:hover {
  background: none repeat scroll 0 0 #4388BC;
  border: 1px solid #4388BC;
  color: #FFFFFF;
  text-decoration: none !important;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a {
	float: left;
}
.nav-next a {
	float:right;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: 0;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous, #nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#access ul #menu-item-363 ul {
	float: right;
	right: 0;
	left:auto;
}