/*µ¼º½*/

#menu{ background:url(../images/menu-bg.gif) repeat-x left top; height:38px; position:relative; padding-top:2px; z-index:10;}
#globalnav {
	width: 1000px; margin:0 auto; zoom: 1; height: 37px;
}
#globalnav:after {
	dispaly: block; height: 0px; visibility: hidden; clear: both; content: "."
}
#globalnav li {
	DISPLAY: inline; HEIGHT: 37px;
}
#globalnav a.link {
	width: 115px; float: left; height: 37px; overflow: hidden; cursor: pointer; font:normal 14px/37px "Î¢ÈíÑÅºÚ"; color:#fff;
}
#globalnav a.link:hover { background:url(../images/menu-hover.gif) no-repeat center bottom;}
#menu ul li.menu-li{ background:url(../images/menu-li.gif) no-repeat center center; width:10px; height:37px;}

/* Basic code - don't modify */

#globalnav li { float: left; position: relative; }
#globalnav ul { display:none; position: absolute; top: 37px; left: 0; width: 130px; background-color: #0071e5; opacity: 0.90; filter: alpha(opacity=90); z-index:1000; }
* html #globalnav ul { line-height: 0; } /* IE6 "fix" */
#globalnav ul li{ float: none; height:30px; line-height:30px; }
#globalnav ul li a { display: block;  color:#fff; font-weight:normal; font-size:12px;text-align:left;padding-left:5px;}
#globalnav ul li a { zoom: 1; } /* IE6/7 fix */
#globalnav ul li a.link,
#globalnav ul li a.visited{ font-weight:normal; }
#globalnav ul li a.hover  { font-weight:normal; text-decoration:underline; }
#globalnav ul li a.active { font-weight:normal; }
