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

#access ul, #access a {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform:none;
	font-family: 'Montserrat', sans-serif;
	text-transform:none;
	
}

 /*--------START SUBMENU ALTERATION-------------*/
 
 #access ul, #access a {
	
}
  /*--------END SUBMENU ALTERATION-------------*/

/* Level 1 "off" background color/image  NOTE: delete the background css to have no bgd for Level 1*/
#access {
	/*background: #000;*/
	display: block;
	float: left;
	/*Set this left and right margin to push the entire menu to the left or right*/
	margin: 0px 0px 0px 0px; 
	
	
}

#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 0px;
	
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #1a1617;
	display: block;
	line-height: 80px;
	padding: 0 10px 0 10px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	
	
}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul {
	
	display: none;
	padding-top:0px;
	position: absolute;
	top: 80px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background:url(images/bgd_menu80.png);
	color:#FFFFFF;
	
}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

/* Level 2 "off" background color/image */
#access ul ul a {
	
	font-weight: normal;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color:#FFFFFF;
	
	
}

/* Level 1 and 2 "hover" background color/image */
#access li:hover > a {
	background:#169249;
	color: #ffffff;
	
}


#access ul ul :hover > a {
	background:#169249;
	color: #ffffff;
	border-left:none;
	border-right:none;
	border-top:none;
	
}
#access ul li:hover > ul {
	display: block;
}
#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 {
	color: #9e0b0f;
}
* 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,
* html #access ul li a:hover {
	color: #9e0b0f;
}