#header .logo{
	float: left;
	/*margin-top: 15px;*/
	margin-left: 10px;
	width: 230px;
	text-align: center;
}

#header .logo a img{
	height: 60px;
}

#header .header-right{
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
	margin-top: 4px;
	width: 80%;
}

#header .header-right .header-right-top{
	width: 100%;
	height: 30px;
	text-align: right;	
	margin-bottom: 3px;
	line-height: 20px;
}

#header .header-right .header-right-bottom{
	width: 100%;
}

#header .header-right .header-right-bottom ul{
	list-style: none;
	margin: 0px;
	height: 30px;
	padding: 0px;
}
#header .header-right .header-right-bottom li:first-child{
	border-left: 1px solid #cacaca;	
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
#header .header-right .header-right-bottom li{
	float: left;	
	border-right: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	background: url(../images/header_bg.png) repeat-x;
}
#header .header-right .header-right-bottom li:last-child{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#header .header-right .header-right-bottom li a{
	text-decoration: none;
	color: #0088CC;
	padding: 6px 14px 7px 14px;
	font-size: 13px;
	font-weight: bold;	
	line-height: 30px;
}
#header .header-right .header-right-bottom li:hover{
	background: #666666;
}
#header .header-right .header-right-bottom li:hover a{
	color: #fff;
	
}

#header .header-right .header-right-bottom li.active{
	background: #666666;
}

#header .header-right .header-right-bottom li.active a{
	color: #fff;
}

#header .header-bottom{
	width: 100%;
	height: 26px;
	clear: both;
	font-size: 12px;
	line-height: 26px;
	white-space: nowrap;	
	border-top: 3px solid #666666;
	border-bottom: 1px solid #cacaca;
	background: url(../images/header_bg.png) repeat-x;
}

#header .hierachy{
	float: left;
	min-width: 100px;
	height: 100%;	
	padding-left: 10px;
	padding-top: 1px;
}

#header .infor-extra{
	float: right;
	height: 100%;	
	padding-right: 10px;
	padding-top: 0px;
	width: 50%;
}

.top-action{
	color: #fff;
	min-width: 60px;
	z-index: 10;
	float: right;
	text-align: center;
	position: relative;
	margin-right: 20px;
	padding-left: 30px;
	text-align: right; 
	float: right;color: #fff;
}
.top-action span:hover{
	text-decoration: underline;
	cursor: pointer;
}
.content-drop{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	max-width: 220px;
	_width: 160px;
	padding: 4px 0;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: left;
}

.content-drop a{
	width: 100%;
	text-decoration: none;
	color: #8ca8bf;
	margin-left: 10px;	
	clear: both;
}

.content-drop a:hover{
	text-decoration: underline;
}

.content-drop ul li a{
	margin: 0px;
	padding: 0px;
}

@media screen and (max-width: 800px) {
	#center{
		float: left;
	}
	.logo{
		display: none;
	}
	#header{
		float: left;
		/* padding: 10px 0px; */
		border-bottom: 2px solid #455868;
	}
	#header .header-right{
		width: 100%;
		margin: 0px 0px;
		position: relative;	
		font-size: 15px;
	}
	
	#header .header-right .icon-nav-menu{
		width: 1.5em;
		height: 1.5em;
		background: url("../images/icon/gear.png") no-repeat 0 0;
		background-size: 100% 100%;
		float: left;
		margin-left: 4px;
		margin-top: 5px;
	}
	
	#header .header-right .icon-nav{
		width: 2em;
		height: 2em;
		background: url("../images/icon/nav.png") no-repeat 0 0;
		background-size: 100% 100%;
		float: right;
		margin: 2px 4px 0px 0px;
	}
	#header .header-right .icon-nav:ACTIVE{
		background: url("../images/icon/nav-active.png") no-repeat 0 0;
	}
	#header .header-right .header-right-top{
		text-align: center;
		width: 80%;
		float: left;
		height: 2em;
		line-height: 2em;		
	}
	#header .header-right .header-right-top a{
		float: right;  
  		margin-top: 0.4em;
	}
	#header .header-right .header-right-top{
		font-size: inherit;
	}
	#header .header-right .header-right-top .top-action{
		font-size: 0.7em;
		margin-top: 2px;
	}
	#header .header-right .header-right-top .top-action span{
		font-size: inherit;
	}
	#header .header-right .header-right-top img{
		width: 20px;
	}
	#header .header-right .header-right-bottom{		
		width: 100%;
		height: auto;
		position: absolute;
		z-index: 1001;
		left:0px;
		top:2.3em;
		padding: 3px 0px;
		background: #455868;
		display: none;
		position: fixed;
	}
	
	#header .header-right .header-right-bottom ul{
		padding: 0px;
		margin: 0px;		
		width: 100%;
		height: auto;
		float: left;
	}
	
	#header .header-right .header-right-bottom li:last-child,#header .header-right .header-right-bottom li:first-child{
		border: none !important;
		border-radius: 0px 0px 0px 0px;
		-moz-border-radius: 0px 0px 0px 0px;
		-webkit-border-radius: 0px 0px 0px 0px;
		border: 0px solid #455868;
	}
			
	#header .header-right .header-right-bottom ul li{
		width: 100%;
		border-bottom: 1px solid #455868;
	}	
	
	#header .header-right .header-right-bottom li a{
		width: 100%;
		float: left;
		padding: 6px 14px 4px 14px;	
	}
	
	#header .header-right .header-right-bottom li a:ACTIVE{
		background: #000;
	}
	
	#header .header-right .header-right-top .support-drop, #header .header-right .header-right-top .link-drop{
		display: none;
	}
	
	.header-bottom{
		display: none;	
	}	
}

@media screen and (max-width: 320px) {
	#header .header-right{
		font-size: 8px;
	}
}