@CHARSET "UTF-8";
body {
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
}
.menu {font-size:12px; background-color:red; padding-bottom:0px; width:702px; height:10px;}
.menu ul {padding:0;margin:0;list-style-type:none; height:3em; background:transparent;}
.menu ul ul {width:95px;}
.menu ul li {float:left;height:3em;line-height:3em; display:block;text-align:center; width:100px;}
.menu ul ul li {display:block;width:100px;height:auto; line-height:1em;}
.menu a, .menu a:visited {display:block;float:left;height:100%; width:98px; font-size:1em;text-decoration:none;color:#fff;background:#949e7c url(../images/nav/top_grad.gif) center center; padding:0 0 0 0; border-left:1px solid #eee; border-right:1px solid #000;}
* html .menu a, * html .menu a:visited {width:98px;}/* 控制宽度*/
.menu ul ul a, .menu ul ul a:visited {display:block;background:#5b8686 url(../images/nav/sub_grad.gif); color:#fff;width:95px;height:100%;line-height:1em; padding:0.5em 1em; border-bottom:1px solid #7aa;}
* html .menu ul ul a, * html .menu ul ul a:visited  {width:95px;}
.menu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}
.menu ul ul ul a, .menu ul ul ul a:visited {background:#b4be9c url(../images/nav/sub_grad.gif);}
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#c4ceac url(../images/nav/sub_grad.gif);}
.menu ul :hover a.sub1 {background:#447b7b;}
.menu ul ul :hover a.sub2 {background:#447b7b;}
* html .menu a:hover {color:#ff0;background:#d4d8bd url(../images/nav/top_grad_2.gif) center center; position:relative; z-index:100;}
.menu li:hover {position:relative;}
.menu :hover > a {color:#ff0;background:#d4d8bd url(../images/nav/top_grad_2.gif) center center;}
* html .menu ul ul a:hover{color:#ff0;background:#7aa; position:relative; z-index:110;}
.menu ul ul li:hover {position:relative;}
.menu ul ul :hover > a {color:#ff0;background:#7aa;}
* html .menu ul ul ul a:hover {background:#7aa; position:relative; z-index:120;}
.menu ul ul ul :hover > a {background:#7aa;}
.menu ul ul ul ul a:hover {background:#7aa; position:relative; z-index:130;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em; left:0; width:100px;}
.menu ul ul ul{left:12em;top:0;width:100px;}
.menu ul :hover ul{visibility:visible; height:auto; padding:0 0em 0em 3em; background:transparent url(../images/nav/trans.gif); left:-3em;}
.menu ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul ul{visibility:hidden;}
.menu ul :hover ul :hover ul{visibility:visible; left:9em;}
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}
