@charset "utf-8";
/* CSS Document */
.a_topwrapper {
	background: #fff;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ddd;
}
.a_topcontainer {
	width: 1000px;
	margin: 0 auto;
}
.a_topwrapper .a_toplogo {
	float: left;
}
.a_topwrapper .a_toplogo{
	float:left;
}
.a_topwrapper .a_toplogo a {
	float: left;
	text-indent: -99999px;
	overflow: hidden;
}
.a_topwrapper .a_topnav {
	float: left;
	font-size: 14px;
	padding: 0px 0 0 45px;
}
.a_topwrapper .a_topnav ul {
	list-style: none;
}
.a_topwrapper .a_topnav ul li {
	float: left;
	position: relative;
	z-index: 55;
}
.a_topwrapper .a_topnav ul li a {
	padding: 25px 15px;
	float: left;
	font-size:14px;
	text-decoration: none;
}
.a_topwrapper .a_topnav ul li a span {
	float: left;
}
.a_topwrapper .a_topnav ul li a i {
	float: left;
	background: url(v14_arrow_down.gif) no-repeat left top;
	width: 12px;
	height: 6px;
	margin: 6px 0 0 5px;
}
.a_topwrapper .a_toploginbox {
	float: right;
}
.a_topwrapper .a_toploginbox a {
	padding: 9px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin: 15px 0 0 0;
	text-decoration: none;
	background: #69a1dd;
}
.a_topwrapper .a_topnav ul li .subnav {
	display: none;
	background: #fff;
	position: absolute;
	z-index:9999;
	left: 10px;
	top: 65px;
	width: 200px;
	box-sizing: border-box;
	padding: 0 0px 10px 0px;
	float: left;
	box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}
.a_topwrapper .a_topnav ul li:hover .subnav {
	display: block;
}
.a_topwrapper .a_topnav ul li .subnav a {
	padding: 6px 10px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	font-size: 12px;
}
.a_topwrapper .a_topnav ul li .subnav02_box .subnav02 {
	display: none;
}
.a_topwrapper .a_topnav ul li .subnav02_box:hover .subnav02 {
	display: block;
}
.a_topwrapper .a_topnav ul li .subnav.subnav02 {
	left: 200px;
	top:auto;
	bottom:0px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	padding-top: 10px;
	width: 214px !important;
}
.a_topwrapper .a_topnav ul li .subnav a span{padding:0 5px 0 0}

.a_topwrapper .a_topcontainer .a_topnav ul li .subnav a img {float: right;}