/* =============================================================================
   Menu
   ========================================================================== */

#access {
	background: url(../images/menu-bg.jpg) repeat-x 0 0;
	background-position:0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 3px 5px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	height:45px;
	position:relative;
	z-index:50;
}
#access ul {
	font-size: 17px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #f2e9d7;
	text-shadow: 0.1em 0.1em 0.1em black;
	display: block;
	line-height: 2.8em;
	padding: 0 .7em;
	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: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: url(../images/menu-bg.jpg) repeat-x 0 0;
	background-position:0 0;
	border-bottom: 1px dotted #ddd;
	color: #f2e9d7;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a, #access ul ul :hover > a, #access a:focus {
	background: url(../images/menu-bg.jpg) repeat-x 0 0;
	background-position:0 -45px;
}
#access li:hover > a, #access a:focus {
	background: url(../images/menu-bg.jpg) repeat-x 0 0;
	background-position:0 -45px;
	color: #f2e9d7;
}
#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 {
	font-weight: normal;
	background: url(../images/menu-bg.jpg) repeat-x 0 0;
	background-position:0 -45px;
}
/* =============================================================================
   Navigation
   ========================================================================== */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#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%;
}
#content nav .meta-nav {
	font-weight: normal;
}
/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	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;
}

/*~~~~~~~~~Customizations~~~~~~~~~~~*/