/* 附加選單*/
/* 按鈕*/
div.scrollmenufixeasy {
  background-color: #17B348;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenufixeasy a {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}
div.scrollmenufixeasy a:hover {
  color: #ffffff;
  font-size: 0.9rem;
  background-color: #0D772E;
}
div.scrollmenufix3 {
  background-color: #3C9DF8;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenufix3 a {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}
div.scrollmenufix3 a:hover {
  color: #ffffff;
  font-size: 0.9rem;
  background-color: #0870D0;
}
/* 底色*/
div.scrollmenufixn {
	background-color: #6C757D;
	overflow: auto;
	white-space: nowrap;
	text-align: center;
	margin: 0px;
	border-style: none;
}
div.scrollmenufixn a {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}
div.scrollmenufixn a:hover {
  color: #ffffff;
  font-size: 0.9rem;
  background-color: #F84C04;
}
div.scrollmenu {
  background-color: #787878;
  overflow: auto;
  white-space: nowrap;
}
div.scrollmenu a {
  display: inline-block;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  padding: 6px;
  text-decoration: none;
}
div.scrollmenu a:hover {
  color: #fff;
  font-size: 0.9rem;
  background-color: #4D4C4C;
}
/* 按鈕*/

body{margin:0; padding:0; background:#eee;}
#top-bar{
	width: 100%;
	 height:;
	position: fixed;
	top: 60px;
	/* CSS3 陰影*/
	-webkit-box-shadow: 0px 3px 3px #0D7AD7;
	-moz-box-shadow: 0px 3px 3px #0D7AD7;
	box-shadow: 0px 3px 3px #0D7AD7;
	border-bottom: 0px dotted #0D7AD7;
	background-color: #0D7AD7;
}
/* 附加選單*/

