#menu{
	position:relative;
	z-index:3;
	min-height:64px;
	_height:64px;
	border:1px solid #ccc ;
	background:url("imgmenu_bg.jpg") repeat-x top;
}
#nav_box {
	position:absolute;
	top:0;
	left:0;
 	clip:rect(0 899px 500px 0);
	width:900px;
	height:64px;
	background:url("imgsubmenu_bg.jpg") repeat-x top;
	text-align:center;
	*overflow-x:hidden;
	*overflow-y:visible;

}
#nav_box .ctn{
	position:absolute;
	left:0;
	height:35px;
}
#nav_box .norBtn{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:59px;
	height:33px;
	background:url(../img/menu_bg.gif) repeat-x top;
	cursor:default;
}
#nav_box .nolBtn{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:28px;
	height:33px;
	background:url(../img/menu_bg.gif) repeat-x top;
	cursor:default;
}
#nav_box .lBtn{
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:28px;
	height:33px;
	background:url(../img/menu_arrow.gif) no-repeat -16px;
}
#nav_box .rBtn{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:59px;
	height:33px;
	background:url(../img/menu_arrow.gif) no-repeat -50px;
}
#nav_box a{
	line-height:33px;
	display:block;	
}
#nav_box span{
	display:block;
	background:url("imgmenu_sep.jpg") no-repeat right 0px;
}
#nav_box a:link,#nav_box a:visited{
	color:#fff;
}
#nav_box a:hover {
	color:#000;
}
#nav_box a.hover,#nav_box a.hover:visited{
	color:#000;
	font-weight:bold;
	background:url("img20087441.jpg") no-repeat center bottom;
}
#nav_box a{
	width:90px;
	height:35px;
	text-align:center;
	
	font-size:14px;
	float:left;
}
#nav_box ul.slidingList{
	white-space:nowrap;
	display:inline-block;
	margin:0 auto;
	max-width:800px;
}
#nav_box ul.slidingList{
	*display:inline;
}
#nav_box .wrap{
	position:absolute;
	top:35px;
	left:0;
	width:990px;
	display:none;
	background:#b5d1f9 url(img200812180858590.jpg) repeat-x left bottom;
}
#nav_box ul.slidingList li{
	display:inline;
	height:27px;
	background:transparent none;
	text-align:left;
}
#nav_box ul.slidingList li a,#nav_box ul.slidingList li a:visited,#nav_box ul.slidingList li span{
	width:auto;
	height:27px;
	line-height:27px;
	margin:0 5px;
	padding:0 5px;
	font-size:12px;
	color:#666;
	display:inline-block;
	background:none;
	
}
#nav_box ul.slidingList li a:hover{
	color:#000;
	background:#e5f0fb;
	text-decoration:none;
}
