.header {
	margin: auto;
	height: 100px;
	width: 1000px;
}
#logo {
	height: 80px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
	
}
.header .nav {
	text-align: center;
	float: left;
	height: 25px;
	width: 500px;
	list-style-type: none;
	margin-left: 350px;
	margin-top: -10px;
}
.header .nav ul {
	float: left;
	list-style-type: none;
	text-align: center;
	margin-top: -20px;
	margin-right: 20px;
	height: 25px;
	width: 500px;
	font-size: 12px;
}
.header .nav ul li ul {
	display: none;
	position: absolute;
	left: 50px;
	bottom: 26px;
	margin-bottom: -50px;
	margin-left: -90px;
}
.header .nav ul li ul li {
	padding-top: 5px;
	height: 25px;
	width: 90px;
}

.header .nav ul li {
	float: left;
	height: 25px;
	width: 80px;
	position: relative;
}
.header .nav ul li .aaa {
	text-decoration: none;
	color: #666;
}

.nav ul li:hover ul {
	display: block;
}


.aaa:hover {
	font-size: 16px;
	display: block;
	text-decoration: none;
	height: 25px;
	width: 90px;
}

#bg {
	background-image: url(pic/bgpic.png);
	background-repeat: repeat-x;
	background-color: #000;
	height: 70px;
	width: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;

}
body{
	margin:0px;
	padding:0px;
	font-family: "黑体", "仿宋", Arial, "Arial Unicode MS", System;
	background-color: #FFF;
	}
#Footer {
	margin: auto;
	height: 100px;
	width: auto;
}
#Footer #footer1 a:hover {
	color: #0066ff;
}

#Footer #footer1 {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 550px;
}
#Footer #footer2 {
	margin-top: 5px;
	margin-left: 500px;
}

#Footer #footer1 .bottoma {
	color: #999;
	text-decoration: none;
}


.header .nav ul li a:hover {
	color: #0066ff;
}

#ie6-warning{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	background:#d6d6d6;
	padding:5px 0;
	font-size:12px;
}
#ie6-warning p{
	width:960px;
	margin:0 auto;}.header .nav ul li ul {
}
