/*
	copyright@ Joe Zhou http://xiebiji.com download by http://www.jb51.net
*/
.menu{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.7)), to(rgba(207,207,207,0.6)));
	-webkit-box-shadow: 0 1px 1px #000;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 999;
	font-family:Arial;
}
.menu .logo{
	height:20px;
	padding:1px 10px;
	overflow:hidden;
	position:relative;
}
.menu .logo:after{
	content:"";
	width:8px;
	height:10px;
	position:absolute;
	background:transparent;
	left:13px;
	top:3px;
	border:3px solid #000;
	z-index:1;
	-webkit-box-shadow: 1px 1px 1px #999;
}
.menu .logo span{
	display:block;
	width:18px;
	height:18px;
	background:#b8b8b8;
	border:1px solid #000;
	line-height:70px;
	overflow:hidden;
	
}
.menu .logo span:after{
	content:"";
	width:11px;
	height:10px;
	position:absolute;
	background:#b8b8b8;
	left:13px;
	top:3px;
	z-index:2;
}
.menu .logo span:before{
	content:"";
	position:absolute;
	height:6px;
	width:0;
	border-left:20px solid rgba(0,0,0,0.2);
	border-bottom:6px solid transparent;
	z-index:9;
	margin:-1px 0 0 -1px;
}
.menu>ul{
	overflow: hidden;
	padding: 0px 10px;
	height: 22px;
}
.menu>ul>li{
	float: left;
	height: 100%;
	text-shadow: 0 1px 1px #fff;
}
.menu>ul>li:hover{
	color: #fff;
	text-shadow:none;
}
.menu>ul>li:hover h2{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8ea), to(#0378e5));
}
.menu>ul li ul{
	display: none;
	background: rgba(255,255,255,0.9);
	padding: 4px 0;
	border-bottom-left-radius:5px 5px;
	border-bottom-right-radius:5px 5px;
	-webkit-box-shadow:0 3px 4px #333;
}
/*µÚ¶þ²ãµ­³ö²Ëµ¥*/
.menu>ul li ul li ul{
	left:100%;
	margin: -22px 0 0;
	border-top-right-radius:5px 5px;
}
.menu>ul li:hover>ul{
	display: block;
	position: absolute;
	min-width: 150px;
}
.menu>ul>li>ul li h3{
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
}

.menu>ul>li>ul li a,.menu>ul>li>ul li h3{
	color: #000;
	display: block;
	padding: 0 20px;
	height: 19px;
	line-height: 19px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.menu>ul>li>ul li h3:after{
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-left: 5px solid #666;
	right: 0;
	margin: 4px 0 0;
}
.menu>ul>li>ul li:hover h3:after{
	border-left: 5px solid #fff;
}
.menu>ul>li>ul li a:hover,.menu>ul>li>ul li h3:hover{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8ea), to(#0378e5));
	color: #fff;
	cursor: default;
}
.menu>ul>li h2{
	font-size: 12px;
	margin: 0 0px 0 0;
	cursor: pointer;
	padding: 0 10px;
	line-height: 22px;
}
/*search*/
.menu>ul>li.right{
	float: right;
	color:#fff
}
.menu>ul>li.right h2{
	padding: 0;
}
.menu>ul>li.right h2:hover{
	background: none;
	text-shadow: 0 1px 1px #fff;
}
.menu>ul>li.right a{
	text-decoration: none;
	color: #000;
	display: block;
	height: 100%;
	padding: 0px 10px;
}
.menu>ul>li.right:target{
	text-shadow:none;
}
.menu>ul>li.right:target a{
	text-shadow:none;
	color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8ea), to(#0378e5));
	
	
}
.menu>ul>li.right div{
	position: absolute;
	top:100%;
	white-space: nowrap;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52a8ea), to(#0378e5));
	padding: 4px 8px 4px 35px;
	right:10px;
	line-height: 20px;
	-webkit-box-shadow:0 2px 3px #333;
	display: none;
}
.menu>ul>li.right:target div{
	display: block;
}
.menu>ul>li.right input{
	width:180px;
	border-radius:20px;
	height: 20px;
	border: 1px solid #005aad;
	padding: 0 10px;
	margin: 0 0 0 10px;
}
.menu>ul>li.time{
	margin: 0 3px 0 0;
	color: #000;
}
.menu>ul>li.time span{
	margin: 0 4px 0 0;
}
.menu>ul>li.time:target div{
	background: rgba(255,255,255,0.9);
	margin: 0 38px 0 0;
	color: #999;
	border-bottom-left-radius:5px 5px;
	border-bottom-right-radius:5px 5px;
	padding: 3px 20px 6px;
}
.menu>ul>li.search a{
	overflow:hidden;
	line-height:70px;
	width:15px;
	height:22px;
}
.menu>ul>li.search a:after{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	border:3px solid #666;
	margin:-69px 0 0 -1px;
	border-radius:15px;
}
.menu>ul>li.search a:before{
	position:absolute;
	content:"";
	height:3px;
	width:8px;
	background:#666;
	border-radius:15px;
	-webkit-transform: rotate(-135deg);
	margin:15px 0 0 10px;
}
.menu>ul>li.search:target a:before{
	background:#fff;
}
.menu>ul>li.search:target a:after{
	border:3px solid #fff;
}