@charset "utf-8";
/* CSS Document */

body {
	font:12px "宋体";
	background:#000000;
}
body, div, ul, li {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color:#fff;
}
#body {
	width:830px;
	margin:0 auto;
}
#header {
	height:250px;
}
#nav1 {
	height:38px;
	top:214px;
}
.dropdown {
	position:relative;
	float:left;
	padding:0 0 3px 0;
	margin-top:0px;
}
*+html .dropdown {
	padding:14px 0 3px 0;
	_padding:0 0 3px 0;
	margin-top:0px;
}
.dropdown DT {
	padding:12px 0 8px 0;
	width: 82px;
	cursor: pointer;
	color:#fff;
	text-align:center;
}
* html .dropdown DT {
	padding:0 0 8px 0;
}
*+html .dropdown DT {
	padding:0 0 8px 0;
}
.dropdown a {
	text-align:center;
}
.dropdown DD {
	z-index:99999;
	position:absolute;
	width:92px;
	display:none;
	overflow:hidden;
	margin-left:-2px;
}
.dropdown UL {
	list-style-type:none;
	width:82px;
}
.dropdown LI {
	display:inline;
}
html>body .dropdown UL a {
	width:88px;
	height:38px;
	display:block;
	background:url(../images/nav_a.png) no-repeat;
	color:#fff;
	text-decoration:none;
	line-height:38px;
}
html>body .dropdown UL a:hover {
	background:url(../images/nav_ah.png) no-repeat;
	color: #fff
}
* html .dropdown UL a {
	width:88px;
	height:38px;
	display:block;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="nav_a.png");
	color:#fff;
	text-decoration:none;
	line-height:38px;
	cursor:hand;
}
* html .dropdown UL a:hover {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="nav_ah.png");
	color: #fff
}
.dropdown .underline {
	margin-top:1px;
}
p, p a {
	font-size:12px;
	color:#666;
}



.demo_menu {
	font-size:14px;
	text-align:center;
	margin:10px 0 0 0;
	color:#999;
	line-height:180%;
}
.demo_menu b {
	color:#333;
}
.demo_menu a, .demo_menu a:visited {
	color:#F00;
	font-size:14px;
}
.demo_menu a:hover {
	color:#090;
	font-size:14px;
}

