document.writeln("<style>");
document.writeln("dl#classmenu{");
document.writeln("	width:270px;");
document.writeln(" margin-left:-40px;");
document.writeln("	margin-top:5px;");
document.writeln("}");
document.writeln("");
document.writeln("dl#classmenu dt{");
document.writeln("	line-height:38px;");
document.writeln("	font-size:14px;");
document.writeln("	font-weight:bold;");
document.writeln("	color:#169814;");
document.writeln("  margin-left:39px;");
document.writeln("	padding-left:35px;");
document.writeln("	border-bottom:solid 3px #8EC0E5;");
document.writeln("}");
document.writeln("");
document.writeln("dl#classmenu dd{");
document.writeln(" text-align:left;");
document.writeln("	font-size:14px;");
document.writeln("	border-bottom:dashed 1px #999;");
document.writeln("}");
document.writeln("");
document.writeln("dl#classmenu a, dl#classmenu a:hover{");
document.writeln("	text-decoration:none;");
document.writeln("	color:#000;");
document.writeln("	height:40px;");
document.writeln("	line-height:40px;	");
document.writeln("	padding-left:35px;");
document.writeln("	display:block;");
document.writeln("	background:url(..\/images\/link_no.gif) no-repeat 15px;");
document.writeln("}");
document.writeln("");
document.writeln("dl#classmenu a:hover{");
document.writeln("	color:#000;	");
document.writeln("	background:#eee url(..\/images\/link_off.gif) no-repeat 15px;");
document.writeln("}");
document.writeln("<\/style>")

document.writeln("<dl id=\"classmenu\">");
document.writeln("<dt></dt>");
document.writeln("	<dd><a href=\"intro.html/\/profile\/\" class=\"title\" name=\"8\">园区简介<\/a>");
document.writeln("	<\/dd>");

document.writeln("	<dd><a href=\"intro.html/\/district\/\" class=\"title\" name=\"8\">区位优势<\/a>");
document.writeln("	<\/dd>");

document.writeln("	<dd><a href=\"intro.html/\/background\/\" class=\"title\" name=\"8\">背景优势<\/a>");
document.writeln("	<\/dd>");

document.writeln("	<dd><a href=\"intro.html/\/characteristics\/\" class=\"title\" name=\"8\">特色优势<\/a>");
document.writeln("	<\/dd>");


document.writeln("<\/dl>");
