@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu {
  border-bottom: 3px solid #656659;
  margin-top:21px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li:first-child > a {
  padding: 15px 10px;
  border: none;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,ffffff+100 */
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#cssmenu > ul > li {
	color:#000;
	margin-top:10px;
	margin-bottom:10px;

}
#cssmenu > ul > li:hover, #cssmenu > ul > li a.active-pro {
	 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#429c9e+0,55c2cc+100 */
	background: rgb(66,156,158); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,156,158,1) 0%, rgba(85,194,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(66,156,158,1) 0%,rgba(85,194,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(66,156,158,1) 0%,rgba(85,194,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#429c9e', endColorstr='#55c2cc',GradientType=0 ); /* IE6-9 */
	border-radius:8px;
	color:#fff;
}

#cssmenu > ul > li > a {
  font-size: 14px;
  display: block;
  color: #6a6a6a;
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 15px 10px;
  padding-left:30px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li > a.active-pro {
  text-decoration: none;
  color:#fff;
}

#cssmenu > ul > li.has-sub.active > a span {
  /*background: url(images/icon_minus.png) 96% center no-repeat;*/
}

/* Sub menu */
#cssmenu ul ul {
  display: none;
}

#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}

#cssmenu > ul > ul > li >a:hover{
	color:#3899a1 !important;
}

#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 35px;
  display: block;
  color: #676767;
  font-size: 14px;
  font-weight: normal;
}

#cssmenu > ul > li{
	border-bottom:1px solid #eee;
}

#cssmenu>ul a.icon:before {
  content: "●";
  position: absolute;
  left: 10px;
  top:7px;
  color: #3899a1;
  font-size:2rem;
}

#cssmenu>ul a.icon:hover:before {
  content: "●";
  position: absolute;
  left: 10px;
  top:7px;
  color: #fff;
}

#cssmenu>ul a.icon.active-pro:before  {
  content: "●";
  position: absolute;
  left: 10px;
  top:7px;
  color: #fff;
}


#cssmenu ul ul a:hover {
  color: #3899a1;
}

#cssmenu ul li img{
	display:inline-block;
}
.side-menu-box{
	float:right;
	text-align:center;
	margin-top:10px;
	margin-right:30px;
}

.menu-box{
	display:block;
	padding:10px 15px 10px 40px !important;
}

.side-menu{
	font-size:2.2rem;
	font-family:"adobe 繁黑體 std b";
	letter-spacing:0.15rem;
	/*color:#1a619f;*/
	font-weight:bolder;
	color:#1a619f;
}

.side-menu2{
	font-size:1.8rem;
	font-family:"微軟正黑體";
	letter-spacing:0.05rem;
	color:#3899a1;
	font-weight:bolder;
	line-height:2.5rem;
}

@media (max-width:1190px){
.menu-box{
	padding-left:15px !important;
}

.side-menu-box{
	margin-right:10px;
}
}


@media (max-width:350px){
.menu-box{
	padding-left:25px !important;
}

.side-menu-box{
	margin-right:20px;
}
}

@media (max-width:300px){
.menu-box{
	padding-left:15px !important;
}

.side-menu-box{
	margin-right:10px;
}
}