@charset "UTF-8";
/* Starter CSS for Flyout Menu */
#cssmenu,
#cssmenu ul, #cssmenu li #cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: 微軟正黑體;
  font-weight:bold;
  line-height: 1;
}
#cssmenu {
  width: 980px;
  padding:20px 0px;
}
#cssmenu ul {
  zoom: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
background: rgb(254,254,254); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(231,231,231,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(231,231,231,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(231,231,231,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */

}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #505150;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;  
  }
#cssmenu a:hover {
  color: #fff;
  text-shadow: 2px 2px 1px #333;
}
#cssmenu li {
  float: left;
  width:196px;
  text-align:center;
}
#cssmenu li:hover {
background: rgb(182,182,182); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(182,182,182,1) 0%, rgba(121,121,121,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,182,182,1)), color-stop(100%,rgba(121,121,121,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(121,121,121,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(121,121,121,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(121,121,121,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(182,182,182,1) 0%,rgba(121,121,121,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#797979',GradientType=0 ); /* IE6-9 */
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
#cssmenu li:last-child {
  border-left: none;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
}
