document.writeln('<style type=\"text/css\">')
document.writeln('<!--')
document.writeln('body {')
document.writeln(' font-family: arial, ËÎÌå, serif;')
document.writeln('        font-size:12px;')
document.writeln('}')
document.writeln('#sun {')
document.writeln('	line-height: 24px;')
document.writeln('	list-style-type: none;')
document.writeln('	margin-top: 8px;')
document.writeln('	color: #FFFFFF;')
document.writeln('}')
document.writeln('#sun a {')
document.writeln(' display: block; width: 80px; text-align:center;')
document.writeln('}')
document.writeln('#sun a:link  {')
document.writeln(' color:#ffffff; text-decoration:none;')
document.writeln(' font-weight:bold;')
document.writeln('}')
document.writeln('#sun a:visited  {')
document.writeln('	color:#ffffff;')
document.writeln('	text-decoration:none;')
document.writeln('	font-weight:bold;')
document.writeln('}')
document.writeln('#sun a:hover  {')
document.writeln(' color:#FFF;text-decoration:none;font-weight:bold;')
document.writeln('}')
document.writeln('#sun li {')
document.writeln('	float: left;')
document.writeln('	width: 86px;')
document.writeln('	padding-left: 1px;')
document.writeln('	margin: 0px;')
document.writeln('	padding-top: 0px;')
document.writeln('	padding-right: 0px;')
document.writeln('	padding-bottom: 0px;')
document.writeln('}')
document.writeln('#sun li a:link{')
document.writeln('	font-weight: bold;')
document.writeln('	color: #FFFFFF;')
document.writeln('}')
document.writeln('#sun li a:hover{')
document.writeln('	background:#7d08b9;')
document.writeln('}')
document.writeln('#sun li ul {')
document.writeln(' line-height: 27px;  list-style-type: none;text-align:left;')
document.writeln(' left: -999em; width: 80px; position: absolute; ')
document.writeln('}')
document.writeln('#sun li ul li{')
document.writeln('	width: 80px;')
document.writeln('	clear: left;')
document.writeln('	background-color: #e9e9e9;')
document.writeln('	;')
document.writeln('	border-top-width: 1px;')
document.writeln('	border-top-style: solid;')
document.writeln('	border-top-color: #9803b7;')
document.writeln('}')
document.writeln('#sun li ul a{')
document.writeln('	display: block;')
document.writeln('	width: 80px;')
document.writeln('	text-align:center;')
document.writeln('}')
document.writeln('#sun li ul a:link  {')
document.writeln('	color:#9803b7;')
document.writeln('	text-decoration:none;')
document.writeln('	background-color:#e9e9e9;')
document.writeln('	font-weight: normal;')
document.writeln('}')
document.writeln('#sun li ul a:visited  {')
document.writeln(' color:#666;text-decoration:none;')
document.writeln('}')
document.writeln('#sun li ul a:hover  {')
document.writeln('	color:#9803b7;')
document.writeln('	text-decoration:none;')
document.writeln('	font-weight:normal;')
document.writeln('	background:#eacaf0;')
document.writeln('}')
document.writeln('#sun li:hover ul {')
document.writeln(' left: auto;')
document.writeln('}')
document.writeln('#sun li.sfhover ul {')
document.writeln(' left: auto;')
document.writeln('}')
document.writeln('#content {')
document.writeln(' clear: left; ')
document.writeln('}')
document.writeln('')
document.writeln('-->')
document.writeln('</style>')
document.writeln('<script type=text/javascript><!--//--><![CDATA[//><!--')
document.writeln('function menuFix() {')
document.writeln(' var sfEls = document.getElementById(\"sun\").getElementsByTagName(\"li\");')
document.writeln(' for (var i=0; i<sfEls.length; i++) {')
document.writeln('  sfEls[i].onmouseover=function() {')
document.writeln('  this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";')
document.writeln('  }')
document.writeln('  sfEls[i].onMouseDown=function() {')
document.writeln('  this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";')
document.writeln('  }')
document.writeln('  sfEls[i].onMouseUp=function() {')
document.writeln('  this.className+=(this.className.length>0? \" \": \"\") + \"sfhover\";')
document.writeln('  }')
document.writeln('  sfEls[i].onmouseout=function() {')
document.writeln('  this.className=this.className.replace(new RegExp(\"( ?|^)sfhover\\b\"), \"\");')
document.writeln('  }')
document.writeln(' }')
document.writeln('}')
document.writeln('window.onload=menuFix;')
document.writeln('//--><!]]></script>')

