﻿@charset "utf-8";
/* CSS Document */

*{ padding:0; margin:0;}
body {
	margin:0 0 5 0;
	padding:0;
	text-transform:capitalize;
}
ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu {
	width:970px;
	height:43px;
	background:url(../images/header_01.png) 0 0 no-repeat;
	_background:url(../images/header_01.jpg) 0 0 no-repeat;
}
.inner {
	padding:0 0 0 70px;
}
.menu li {
	float:left;
	font-size:14px;
	line-height:40px;
}
.menu li a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
	padding:0 20px;
	font:14px;
}
.menu li a:hover {
	text-decoration:none;
	color:#ffe900;
	font:14px;
	background:url(../images/arrow_03.jpg) no-repeat center 31px;
}
.menu li ul {
	visibility:hidden;
	position:absolute;
	z-index:1000;
}
.menu li.hover ul {/*ie6不支持li:hover所以在这里写成li.hover以方便js取样式*/
	visibility:visible;
	position:absolute;
	display:block;
	width:700px;
	padding:0 0 0 0px;
	z-index:1000;
}
.menu li.hover ul.special2 {
	width:300px;
}
.menu li.hover ul.special3 {
	width:300px;
}
.menu ul ul{position:absolute;z-index:2000;}
.menu ul ul li.left{ background:url(../images/header_06.png) no-repeat right bottom; width:23px; height:38px; line-height:35px; _background:url(../images/header_06.jpg) no-repeat right bottom; }
.menu ul ul li.middle{ background:url(../images/header_09.png) repeat-x left bottom;  height:38px; line-height:35px; _background:url(../images/header_09.jpg) repeat-x left bottom;}
.menu ul ul li.right{ background:url(../images/header_11.png) no-repeat right bottom; width:27px; height:38px; line-height:35px; _background:url(../images/header_11.jpg) no-repeat right bottom;}

.menu ul ul li.middle a{ background:url(../images/shu_10.jpg) no-repeat right 8px;height:20px;  _width:auto; _float:left;}
.menu ul ul li.last a{ background:none;}

.menu ul ul.special6{}

.menu ul ul li a {
	padding:0 8px;
	line-height:25px;
	color:#000000;
	font-size:12px;

}
.menu ul ul li a:hover {
	padding:0 8px;
	line-height:25px;
	color:#217b02;
}
.menu {
	margin-bottom:30px;
}