@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Raleway:400,200);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: 100%;
  font-family: Raleway, "微軟正黑體", sans-serif;
  color: #363636;
  margin-bottom: 15px;
  z-index:10000;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}
#cssmenu > ul > li.title{
  color: #4287D7;
  font-family: 'Roboto', "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 3px 0 0;
  text-transform: uppercase;
  padding: 12px 10px;
  border-bottom: 1px solid #ccc;	
  background: #ffffff;
}

#cssmenu > ul > li.title02{
  color: #4287D7;
  font-family: 'Roboto', "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 3px 0 0;
  text-transform: uppercase;
  padding: 12px 10px 10px 10px;
  border-bottom: 1px solid #ccc;	
  background-color: rgba(255, 255, 255, 0.5);	
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu .pull-right{
 font-family: Verdana, "微軟正黑體", sans-serif;
 font-size: 14px; 
 font-weight: 500;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  border-bottom: 1px dotted #ccc;
  color: #4287D7;
  padding: 10px 5px 10px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  line-height:1.3;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
span.more{
	padding-left:1px;
}

#cssmenu > ul > li > a:hover {
  color: #666;
}

#cssmenu ul ul li a {
  padding: 12px 0 12px 45px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  color: #4287D7;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  background-color: rgba(240, 240, 240, 0.5);
}
#cssmenu ul ul li.focus>a, #cssmenu ul li.focus>a {
  background:#F5FFFA;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #666;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #eee;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #eee;
}
#cssmenu ul li.focus, #cssmenu ul > li.focus, #cssmenu ul ul li.focus, #cssmenu ul ul > li.focus{
 background: #eee; 
}
#cssmenu.cssStyle{
  width:auto;
  height: fit-content;
}
 #nav-menu{
	display:none;
	}
