@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
}
.Wbody {
	background-image: url(../images/main_bk.jpg);
	background-repeat: repeat;
}
.main_bk {
	background-color: #ededed;
	background-image: url(../images/main_bk2.jpg);
	background-repeat: repeat-y;
}
.xline {
	background-image: url(../images/xline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.sub_line {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	font-weight: bold;
	color: #CC0000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
}
a.sub_line:link, a.sub_line:visited {
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #f1f1f1;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #f1f1f1;
	border-bottom-color: #f1f1f1;
}
a.sub_line:hover, a.sub_line:active {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
}
.sub_line2 {
	background-color: #FFFFFF;
	color: #333333;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 50px;
}
a.sub_line2:link, a.sub_line2:visited {
	background-color: #FFFFFF;
}
a.sub_line2:hover, a.sub_line2:active {
	background-color: #FFFFFF;
}
/*----菜单样式-----*/
.menu{
	font-size:12px;
	position:relative;
	z-index:100;
	margin: 0;
	padding: 0;
}

.menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	float:left;
	position:relative;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:3px;
	top:34px;
}
.menu table {
	position:absolute;
	top:0;
	left:0;
	right: 0px;
	bottom: 0px;
}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
.menu a{
	display:block;
	color:#333;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.menu a:hover{
	background:#ffffff;
	color:#f00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu ul ul{
	background-color: #cccccc;
}
.menu ul ul li {clear:both;text-align:left;font-size:12px;}
.menu ul ul li a{
	display:block;
	width:100px;
	margin:0;
	padding: 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
.menu ul ul li a:hover{
	background:#f2cdb0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
.menu{
	font-size:12px;
	position:relative;
	z-index:100;
	margin-right: auto;
	margin-left: auto;
}

.menu ul{list-style:none;}
.menu li {float:left;position:relative;}
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:3px;
	top:34px;
}
.menu table {
	position:absolute;
	top:0;
	left:0;
	right: 0px;
	bottom: 0px;
}
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
.menu a{
	display:block;
	color:#333;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
.menu a:hover{
	background:#ffffff;
	color:#f00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menu ul ul{
	background-color: #cccccc;
}
.menu ul ul li {clear:both;text-align:left;font-size:12px;}
.menu ul ul li a{
	display:block;
	width:165px;
	margin:0;
	padding: 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}
.menu ul ul li a:hover{
	background:#f2cdb0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}

