ul {
  /* 取消ul預設的內縮及樣式 */
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.drop-down-menu {
  padding-top: 0;
  padding-bottom: 25;
  border: #ffffff 0px solid;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 20px;
  display: block;
  text-align:left;
  border-left: #ffffff 0px solid;
}

ul.drop-down-menu li {
  position: relative;
  white-space: nowrap;
  border-right: #ccc 1px solid;
}

ul.drop-down-menu>li:last-child {
  border-right: none;
}

ul.drop-down-menu>li {
  float: left;
  /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu a {
  background-color: #FFCC00;
  color: #000000;
  display: block;
  padding: 0 27px;
  text-decoration: none;
  line-height: 30px;
  font-size: 15px;
  font-weight:bold;
  border: #66FF33 2px solid;
}

ul.drop-down-menu a:hover {
  /* 滑鼠滑入按鈕變色*/
  border: #ffffff 1px solid;
  background:#0000FF;
  color: #fff;
}

ul.drop-down-menu li:hover>a {
  /* 滑鼠移入次選單上層按鈕保持變色*/
  background-color: #0000FF;
  color: #fff;
}

ul.drop-down-menu ul {
  border: #FFCC00 8px solid;
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 100%;
  min-width: 200px;
}

ul.drop-down-menu ul li {
  border-bottom: #ccc 0px solid;
  border-right: #ccc 0px solid;
  letter-spacing: 0px;
}

ul.drop-down-menu ul li:last-child {
  border-bottom: none;
}

ul.drop-down-menu ul ul {
  /*第三層以後的選單出現位置與第二層不同*/
  z-index: 999;
  top: 10px;
  left: 90%;
}

ul.drop-down-menu ul {
  /*隱藏次選單*/
  display: none;
}
a{
  text-decoration: none;
}
ul.drop-down-menu li:hover>ul {
  /* 滑鼠滑入展開次選單*/
  display: block;
  background: url(images/right-green.png) #ffc no-repeat 95% 50%;
}
.mt0mb0{
  margin-top: 0; 
  margin-bottom: 0;
}
.bg3366FF{
  background-color: #3366FF;
}
.bgWhite{
  color: #FFFFFF;
}
.fs12pt{
  font-size: 12pt;
}
.FFFF66{
  background-color: #FFFF66;
}
.bts-solid{
  border-bottom-style: solid;
}
.mt12mb12{
  margin-bottom: 12px;
  margin-top: 12px;
}
.mt3mb3{
  margin-bottom: 3;
  margin-top: 3;
}
.mt3mb0{
  margin-bottom: 3;
  margin-top: 0;
}
.mt1{
  margin-bottom: 1;
  margin-top: 12px;
}
.mt0{
  margin-bottom: 0;
}
.mt6{
  margin-top: 6;
}
.mt0{
  margin-top: 0;
}
.bd200FF00{
  border: 2 solid #00FF00;
}
.bdFF0000{
  border: 2 solid #FF0000;
}
.bd0000FF{
  border: 1 solid #0000FF;
}
.ff1{
  font-family: 新細明體; 
  mso-ascii-font-family: Times New Roman; 
  mso-hansi-font-family: Times New Roman; 
  mso-bidi-font-family: Times New Roman;
  mso-font-kerning: 1.0pt;
  mso-ansi-language: EN-US;
  mso-fareast-language: ZH-TW;
  mso-bidi-language: AR-SA;
}
.ft12{
  font-size:12.0pt;
  font-family:新細明體;
}
.ml10{
  margin-left: 10; 
  margin-top: 0; 
  margin-bottom: 0;
}
.bd1FF0000{
  border: 1 solid #FF0000;
}
.bdFFFFFF{
  border-style: solid; 
  border-color: #FFFFFF;
}