/*ensure the script has the correct CSS property name(like 'visibility' or 'display') that changes to show/hide menus.
If you want to extend this layout, one good resource for UL/LI formatting is:http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.Otherwise, you can just change the #RGB border/background colours where suitable to customise for your site -- easy :).*/
/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
* {_behavior:url(iepngfix.htc)}
#MenuDiv{/* zunyang design+ */
	position:relative;/* 让#subcenter定位*/
	z-index:9999;
	margin:0px auto;
	width: 960px;
	height:52px;
	text-align:center;
	background: url(../bg/main-nav.png) no-repeat 195px 0;
	_background: url(../bg/main-nav.gif) no-repeat 195px 0;
	}
#listMenuRoot{
	position:relative;
	width: 650px;
	top:4px;
	left:210px;
	*left:120px;
/* zunyang design+ */
}
/* zunyang design+ */
.menulist, .menulist  ul {
 margin: 0 ;
 padding: 0;
 list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul{
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* ems and px to allow u to zoom font */
 left: -1px;
 width: 105px;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}
/*All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.*/

.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px;
}
li .mainav{ /* zunyang design+ */
 float:left;
 display:block;
 position:relative;
 width:76px;
 background:url(../ima/menu_dot.gif) no-repeat right;
}
li .mainav_longer{width:100px;} /* zunyang design+ */
.menulist .longer-1{width:160px;} /* zunyang design+ */
.menulist .longer{width:210px;} /* zunyang design+ */

li .noline{background:none;} /*zunyang design+ move the last line in menu */
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 line-height:19px;/* zunyang design+ */
 margin: 0;
 position:relative;
 margin-bottom: -1px;/* make subnav have bottom line*/
 background:#fff;filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;/* zunyang design+ */
}
.menulist ul>li:last-child {margin-bottom: 1px; /* Mozilla fix */}
/* Links inside the menu */
.menulist a {
 display: block;
 color: #000;
 line-height:25px;
 text-decoration: none;
}
.menulist a:visited {color:#000;}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a.mainav:link,.menulist a.mainav:hover,.menulist a.mainav:visited{
  font: 12px/25px "宋体";
  color:#fff;
  letter-spacing:0.1em;
}
.menulist a.mainav:hover{background:url(../ima-/topnav.gif) no-repeat; /* zunyang-main nav */}
/* .menulist a.highlighted:hover{}*/
.menulist a.highlighted {background: url(../ima-/topnav.gif) no-repeat top;}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {display: none;}
.menulist ul a .subind {display: block;float: right;}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {letter-spacing:0.1em;float: left;}
.menulist ul a {/*can't float:left otherwise ie6 will bug */
 float: none;
 text-align:left;
 color:#000;
 text-indent:13px;
}
.menulist ul a:hover {/*can't float:left otherwise ie6 will bug */
 float: none;
 text-align:left;
 color:#fff;
 display:block;
 background-color:#666;
}
/* \*/
.menulist a {float: none;}
/* */
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width:140px;
}
*:first-child+html .menulist ul.longer li {
 float: left;
 width:210px;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a { height: 1%;}
/* End Hacks */
/* -------------------------------------------------zunyang+*/
/*#subcenter {position:absolute;left:714px;top:28px;}
*html #subcenter {position:relative;left:350px;top:23px;}
*+html #subcenter {position:absolute;left:708px;top:28px;}
#subcenter a:link,#subcenter a:visited,#subcenter a:active{color:#3f0;}
#subcenter a:hover{color:#fc0;}*/

.marquee_1 {
    margin:5px auto;
	width:888px;
	height:23px;
	line-height:23px;
	color:#ccc;
	background: url(../bg/marquee-bg.png) repeat;
}
.tongji {
position:absolute;
visibility:hidden;/* 511a统计*/
}

