#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;
  font-family: "微軟正黑體",Arial;
  font-weight:bold;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: "微軟正黑體",Arial;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  font-family: "微軟正黑體",Arial;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  width:130px;
  height:101px;
  text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul{
	margin:-25px 0 0 0;
}
#cssmenu ul ul li a {
  font-family: "微軟正黑體",Arial;
  border-bottom: 1px dotted #326D74;
  padding: 10px 15px;
  width: 105px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
  background:rgba(255, 255, 255, 0.6);
  background:#FFF \9;
  text-align:center;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #333;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu > ul > li > a.btn1{
	background:url(../images/btn1.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn1{
	background:url(../images/btn1.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn2{
	background:url(../images/btn2.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn2{
	background:url(../images/btn2.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn3{
	background:url(../images/btn3.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn3{
	background:url(../images/btn3.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn4{
	background:url(../images/btn4.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn4{
	background:url(../images/btn4.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn5{
	background:url(../images/btn5.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn5{
	background:url(../images/btn5.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn6{
	background:url(../images/btn6.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn6{
	background:url(../images/btn6.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn7{
	background:url(../images/btn7.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn7{
	background:url(../images/btn7.png) no-repeat 0 -101px;
}
#cssmenu > ul > li > a.btn8{
	background:url(../images/btn8.png) no-repeat;
}
#cssmenu > ul > li > a:hover.btn8{
	background:url(../images/btn8.png) no-repeat 0 -101px;
}