<!--
#menu 	{ margin:0 auto; width:980px; margin-top:5px;}

#item,.sub-item 	{ height:1%; overflow:hidden; }
#menu div,#menu ul 	{ height:35px;}
#menu ul li 		{ width:107px; height:35px; line-height:35px; float:left; text-align:center; }
#menu ul li a 		{ font-size:14px; color:#fff; font-weight:bold; }
#menu #bot li a 	{ color:#777; font-weight:normal; font-size:12px; }

#top 		{ background:url(firstM_normal.gif) left -36px repeat-x;}
#top #item 	{ background:url(firstM_normal.gif) left top no-repeat; padding-left:10px; }
#top  li 	{ background:url(firstM_normal.gif) right -110px no-repeat; }
#top .ext1 	{ float:right; width:2px; height:35px; background:url(firstM_normal.gif) right -73px no-repeat;}

#item a,#item span 	{ display:block; height:27px; line-height:27px; margin-top:4px;}
#item a 			{  margin-right:7px; margin-left:5px;}
#item a:hover 		{ background:url(menuStat.png) left top no-repeat;}
#item a:hover span  { background:url(menuStat.png) right -27px no-repeat;}

#bot 					{ background:url(secdM_normal.png) left -39px repeat-x;}
#bot .sub-item 			{ background:url(secdM_normal.png) left -2px no-repeat; padding-left:10px; }
#bot .sub-item li 		{ background:url(secdM_normal.png) right -114px no-repeat;}
#bot .sub-item .ext2 	{ float:right; width:30px; height:35px;  background:url(secdM_normal.png) right -76px no-repeat;}

.sub-item a,.sub-item span { display:block; height:22px; line-height:22px; margin-top:5px; }
.sub-item a { margin-right:8px; margin-left:6px;}
.sub-item a:hover { background:url(menuStat.png) -10px -130px no-repeat; }
.sub-item a:hover span { background:url(menuStat.png) right -152px no-repeat;}


/*active*/
#menu .active { margin-top:1px; background:url(firstM_normal.gif) right -111px no-repeat; }
#menu .active a,#menu .active a:hover { margin-top:1px; height:30px; background:url(menuStat.png) -10px -60px no-repeat; color:#000; }
#menu .active span,#menu .active a:hover span { height:30px; background:url(menuStat.png) -82px -90px no-repeat; }

.sub-item	{ display:none;}
#sub-item2 	{ display:block;}

/*IE¼æÈÝµÄ½â¾ö*/
*+html #item a,*+html #item span,*+html .sub-item a,.sub-item span { margin-top:0;}
*+html #menu #item li a,*+html #menu .sub-item li a{ margin-top:4px; }
*+html #menu span:hover { cursor:pointer;}
* html #item a,* html #item span,* html .sub-item a,.sub-item span { margin-top:0;}
* html #menu #item li a,* html #menu .sub-item li a{ margin-top:4px; }
* html #menu span:hover { cursor:pointer;}
-->