/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	margin: 0 auto;
	width: 100%;
	float: left;
	padding: 8px 0 0;
	font-size: 13px;
}

#access .menu {
	padding: 0 100px 0 0;
	text-align: center;
	font-weight: bold;
}
#access  ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#access ul li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	background: none;
	position: relative;
}
#access ul li a {
	padding: 3px 7px 5px;
	margin: 0;
	text-decoration: none;
	color: #333;
	text-shadow: 1px 1px #e0e6eb;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#access a:hover {
	color: #333;
}


#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 19px;
	left: 0;
	z-index: 99999;
	background: #b5bbbf;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0;
	padding: 3px 0 6px 0;
	color: #555;
	font-size: 11px;
}
#access ul ul li {
	display: block;
	text-align: left;
	margin: 2px 2px;
	padding: 0;
}
#access ul ul li a {
	padding: 3px 5px;
	background: none;
	margin: 0;
	clear: both;
	text-align: left;
	display: block;
	text-decoration: none;
	color: #555;
	text-shadow: 1px 1px #ccc;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-weight: normal;
}
#access ul ul li a:hover {
	text-decoration: underline;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	padding: 10px;
	min-width: 100px;
	height: auto;
}


#access li:hover > a,
#access ul ul :hover > a ,
* html #access ul li a:hover {
	background: #b5bbbf;
	text-shadow: 1px 1px #ccc;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_ancestor > a,

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a ,
#access ul li.current_page_parent > a {
	background: #666c71; /* url(https://secure.nikon-club-nederland.nl/wp/wp-content/themes/nikonclubnederland/images/menu_active_bg.png) no-repeat top right #666c71; */
	color: #fff;
	text-shadow: 1px 1px #555;
}


* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a {
	background: #666c71;
	color: #ddd;
	text-shadow: 1px 1px #555;
}
#access ul li.current_page_ancestor ul ,
#access ul li.current_page_item ul {
	background: #666c71;
	color: #ddd;
	text-shadow: 1px 1px #555;
}
#access ul li.current_page_ancestor ul li a,
#access ul li.current_page_parent ul li a,
#access ul li.current_page_item ul li a {
	background: #666c71;
	color: #ddd;
	text-shadow: 1px 1px #555;
}
#access ul li.page-item-74 > a {
	background-image: url(https://secure.nikon-club-nederland.nl/wp/wp-content/themes/nikonclubnederland/images/bullet_menudown.png);
	background-repeat: no-repeat;
	background-position:  right center ;
	padding: 3px 23px 5px 7px;
}

#access ul li.page-item-2722 > a {
	background-image: url(https://secure.nikon-club-nederland.nl/wp/wp-content/themes/nikonclubnederland/images/bullet_menudown.png);
	background-repeat: no-repeat;
	background-position:  right center ;
	padding: 3px 23px 5px 7px;
}
#access ul li.page-item-110 > a {
	background-image: url(https://secure.nikon-club-nederland.nl/wp/wp-content/themes/nikonclubnederland//images/bullet_menudown.png);
	background-repeat: no-repeat;
	background-position:  right center ;
	padding: 3px 23px 5px 7px;
}


#access ul li.page-item-93 > a {
	background-image: url(https://secure.nikon-club-nederland.nl/wp/wp-content/themes/nikonclubnederland/images/bullet_menudown.png);
	background-repeat: no-repeat;
	background-position:  right center ;
	padding: 3px 23px 5px 7px;
}
#access ul li.current_page_ancestor li.current_page_ancestor > a,
#access ul li.current_page_parent li.current_page_item > a {
	background: none;
	color: #fff;
	text-shadow: 1px 1px #555;
	font-weight: bold;
}

