 <style type="text/css"> 	/* 纯CSS下拉菜单开始*/
 .outer {
 width:160px;
 height:auto;
 border:0px solid #000;
 position:relative;
}
.outer .pad1 {
	width:40px;
	height:24px;
	background:#c9bbae;
	float:left;
	margin-top:2px;
	margin-right:2px;
	border:1px solid #000;
	border-width:1px 1px 1px 0;
}
.outer .pad2 {
	width:40px;
	height:24px;
	background:#c9bbae;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid #000;
	border-width:1px 0 1px 1px;
}
.outer .topline {
	width:160px;
	height:1px;
	border-bottom:0px solid #a4ccf0;
	background:#a4ccf0;
	font-size:1px;
}
.outer .botline {
	clear:both;
	width:160px;
	height:3px;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	background:#c9bbae;
	font-size:1px;
}
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.menu {
	position:relative;
}
* html .menu {
	position:static;
}
.menu li {
	float:left;
	background:#E8ECF3;
	width:100%;
	height:24px;
	margin:0px 0px 0 0;
	border:0px solid #000;
	border-bottom:1px solid #AA9FFF;
}
.menu li.sub {
	background:#E8ECF3;
}
.menu li.sub2 {
	background:#FFFFFF;
	border-bottom:0px solid #FF0000;
}
.menu li.sub3 {
	width:90.6px;
	background-image: url(headBg.jpg);
	color:#154e72;
	border:0px;
}
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	font-size:1em;
}
.menu li a {
	display:block;
	color:#433;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	width:100%;
	text-decoration:none;
}
.menu :hover {
	color:#fff;
	background:#8EA3C4;
}
.menu li.sub3:hover, .menu li.sub3 a:hover, .menu li.sub2:hover, .menu li.sub2 a:hover, .menu li.sub:hover, .menu li.sub a:hover {
	position:relative;
}
.menu li:hover > a {
	color:#fff;
	background:#8EA3C4;
}
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:160px;
}
.menu :hover ul {
	left:-1px;
	top:24px;
	background:transparent url(transparent.gif);
	padding-top:8px;
}
.menu :hover ul.right {
	left:160px;
	top:0px;
	background:transparent url(transparent.gif);
	padding-top:0px;
}
.menu :hover ul :hover ul {
	padding:0px 0px;
	left:160px;
	top:0;
}
.menu :hover ul :hover ul.left {
	left:-106px;
}
.menu :hover ul :hover ul :hover ul {
	padding:9px 3px;
	left:100px;
	top:0;
}
.menu :hover ul :hover ul :hover ul.left {
	left:-106px;
}
.outerHead {
	width:100%;
	height:auto;
	border:0px solid #000;
	position:relative;
	margin:0 auto;
	background-image: url(headBg.jpg);
}
	/* 纯CSS下拉菜单始束*/
   	</style>

