/* css_menu */
#cssmenu {
	background: #00621c;
	position: relative; 
  overflow: hidden;
}
#menu-button {
	display: none;
}
#cssmenu ul {
	width:  560px;
	margin: 0 auto;
	padding: 1em 0 0;
}
#cssmenu ul li {
	list-style: none;
}
#cssmenu ul li.page_top a,
#cssmenu ul li.page_info a,
#cssmenu ul li.page_spot a,
#cssmenu ul li.page_event a,
#cssmenu ul li.page_map a {
	display: block;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 0;
	overflow: hidden;
	position: relative;
  float: left;
	margin: 0 0 15px 30px;
}

#cssmenu ul li.page_top a {
	background-image: url(../images/main_menu_top.gif);
	width: 100px;
}
#cssmenu ul li.page_info a {
	background-image: url(../images/main_menu_info.gif);
	width: 75px;
}
#cssmenu ul li.page_spot a {
	background-image: url(../images/main_menu_spot.gif);
	width: 72px;
}
#cssmenu ul li.page_event a {
	background-image: url(../images/main_menu_event.gif);
	width: 70px;
}
#cssmenu ul li.page_map a {
	background-image: url(../images/main_menu_map.gif);
	width: 90px;
}
#cssmenu ul li.page_top a:hover,
#cssmenu ul li.page_info a:hover,
#cssmenu ul li.page_spot a:hover,
#cssmenu ul li.page_event a:hover,
#cssmenu ul li.page_map a:hover,
#index_top #cssmenu ul li.page_top a,
#page_info #cssmenu ul li.page_info a,
#page_spot #cssmenu ul li.page_spot a,
#page_event #cssmenu ul li.page_event a,
#page_map #cssmenu ul li.page_map a {
	background-position: 0 -20px;
}

@media all and (max-width: 768px), 
	only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1020px), 
	only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1020px), 
	only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1020px), 
	only screen and (min-device-pixel-ratio: 2) and (max-width: 1020px), 
	only screen and (min-resolution: 192dpi) and (max-width: 1020px), 
	only screen and (min-resolution: 2dppx) and (max-width: 1020px) {
  #cssmenu {
		position: absolute;
    width: 100%;
		left: 0;
		top: 0;
		background: none;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
		margin: 0;
		padding: 0;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    /*border-top: 1px solid rgba(120, 120, 120, 0.2);*/
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
		width: 100%;
		display: block;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
	#cssmenu ul li.page_top a,
	#cssmenu ul li.page_info a,
	#cssmenu ul li.page_spot a,
	#cssmenu ul li.page_event a,
	#cssmenu ul li.page_map a {
		width: 100%;
		display: inline;
		height: 1em;
		background-image: none;
		padding: 10px 0 10px 20px;
		margin: 0 0 0 0;
		background: #005418;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #579605;
	}
	#cssmenu ul li:hover a {
		color: #fff100;
		background: #003c11;
	}
	#cssmenu ul li:last-child a {
		padding-bottom: 15px;
	}
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 13px 17px;
    color: #00621c;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
		background: #68655f;/* +++ */
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* active */
#page_index li.menu_index a,
#page_ticket li.menu_ticket a,
#page_about li.menu_about a,
#page_derivation li.menu_derivation a {
	color: #fffe9d;
}