#header{
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
    font-family: Verdana, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;

}
#header .grey{
	width:100%;
	height:25px;
	background:#eaeaea;
	border-bottom:1px solid #bcbcbc;
}
#header .content{
	position: relative;
}
#header .logo{
	position:relative;
	padding:15px 0;
}
#header .logo img{
	position:relative;
	left: 0;
	top: 0;
}
#header ul.topUL{
	display:block;
	position:absolute;
	right:0;
	top:25px;
}
#header ul.topUL li{
	font-size:13px;
	background:no-repeat;
	padding:2px 8px;
	float:left;
	border-left:1px solid #000000;
}
#header ul.topUL li a{
	color:#000000;
}
#header ul.topUL li.favorite{
	border:none;
	background:url(https://static.tumblr.com/daz2bwe/tSMorhiuj/star.png) no-repeat;
	padding-left:20px;
}
#header ul.topUL li.input{
	border: none;
	padding: 0;
}
#header ul.topUL li.input input[type="text"]{
	margin-top:-8px;
	border:1px solid #000;
	background:url(https://static.tumblr.com/nq2udkw/BrJqe4kvd/search.png) no-repeat;
	height:28px;
	background-position:3px 5px;
	padding-left:30px;
}
#header .menu{
	margin-bottom:8px;
	width:100%;
	background:#fff;
    /*height:50px;*/
    /*border-bottom: 1px solid #bcbcbc;*/
    border-bottom: 1px solid #d8dada;
    min-width: 970px;
}
#header .menu >ul{
	max-width:1120px;
	min-width:768px;
	margin:0 auto;
}
#header .menu li{
	position:relative;
	padding:10px 0;
	font-size:17px;
	color:#fff;
	text-align:center;
	float:left;
	width:14.2857%;
}

#header .menu li:hover{
	background:#D52B1E;
	color:#fff !important;
}
#header .menu li.active{background:#D52B1E;}

#header .menu li.active span.marr{
  display: block;
  background: url(https://static.tumblr.com/daz2bwe/ytPq1j4kj/menu_arr.gif);
  width: 22px;
  height: 11px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}
#header .menu li.active >a,#header .menu li:hover >a{
	color:#fff;
}
#header .menu li a{
	display:block;
	color:#000;
}
#header .menu li ul a{
    line-height: 125%;
    text-align: center;
}
#header .menu li span{
	color:#d52b1e;
	font-size:13px;
}
#header .menu li:hover span {
    color: #FFF;
    font-size: 13px;
} 
#header .menu li.active span {
    color: #fff;
    font-size: 13px;
}
#header .menu li ul{
	width: 100%;
    z-index: 999;
    display: none; 
    top: 37px;
    position: absolute;
}
#header .menu li ul li{
    width: calc(100% - 20px);
    font-size: 15px;
    background: rgba(256,256,256,0.9);
    text-align: left;
    padding: 10px;
    border-left:1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    left: -1px;
}
#header .menu li ul li:first-child{
	border-top:1px solid #bcbcbc;
}


#header .menu li ul li span{
	float:right;
}