﻿.top-header{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height:240px;
}

.top-banner{
	height: 80px;
}

.top-banner-img{
	width: 360px;
	float: left;
	height: 78px;
	background: transparent url('../../images/index_finalV10_02.png') no-repeat;
}

.top-banner-container{
	float: left;
	width: 540px;
	height: 78px;
	background: transparent url('../../images/1pxbg.gif') repeat-x;
}

.top-banner-memu{
	height: 78px;
}

.top-banner-memu ul{
	margin-top:50px;
	float:right;
	height: 24px;
	width: 300px;
}

.top-banner-memu ul li{
	float:left;
	display:inline;
	overflow:hidden;
}

.top-banner-memu ul li a{
	font-family:宋体;
	margin-left:0px;
	display: block;
	width: 100px;
	height:18px;
	text-align:center;
	background:transparent url('../../images/btn2.gif') no-repeat -70px 0px;
	color:gray;
}

.top-banner-memu ul li a:hover{
	text-decoration: none; /*for IE 6*/
}

.flash-banner{
	margin-top: 0px;
	height: 117px;
}

.main-menu{
	margin-top: 3px;
	
}

.subnav{
	display:none;
}

.topnav{
	position:relative; /*for IE 7*/
	z-index:999;
	height:40px;/*for IE 6*/
	width: 902px;
}

.topnav li{
/*	overflow:hidden;*/
/*	display: inline-block;for IE 6*/
	border-left: 1px #BFBFBF solid;
	border-top: 1px #BFBFBF solid;
	border-bottom: 1px #BFBFBF solid;
	text-align:center;
	width: 127px;
	float: left;
/*	height:40px;*/
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

.topnav li a:hover{
	background: #FF6600 url('../../images/images.png') no-repeat -22px 8px;
}


.topnav li div{
	margin-left:-1px; /*for IE 6*/
	height: 40px;
	float:left;
}

.topnav li div span{
	font-family:微软雅黑,宋体,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
/*	letter-spacing:2px;*/
	margin-top: 3px;
	text-align:center;
	vertical-align:middle;
	display:block;
	width: 127px;
	line-height:40px;
	cursor:pointer;
	height:40px;
}


.topnav li div p{
	font-family:微软雅黑,宋体,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	height:40px;
	line-height:40px;
/*	letter-spacing:2px;*/
	margin-top: 3px;
	margin-left:5px;
	width:127px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

/* ------- */

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: -2px; 
	top: 40px;
	_top: 44px;
	background: #125BAC;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 182px;
	border: 1px solid #DADADA;
	z-index:999;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px #a7b1bc solid; /*--Create bevel effect--*/
	border-bottom: 1px #a7b1bc solid; /*--Create bevel effect--*/
	border-right: 1px #a7b1bc solid;
	height:28px;
	clear: both;
	width: 182px;
}
html ul.topnav li ul.subnav li a {
	line-height:26px;
	display:block;
	height:27px;
	float: left;
	width: 175px;
	text-align:center;
	padding-left: 5px;
	font-size:12px;
	color:white;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	text-decoration: none;
	/*font-family:微软雅黑,宋体,Arial, Helvetica, sans-serif;*/
	background: #FF6600 url('../../images/images2.gif') no-repeat -22px -1px;
}