﻿#menu{
	position:relative;
	z-index:3;
	min-height:84px;
	_height:84px;
	border:1px solid #ccc ;
	background:url("../img/menu_bg.jpg") repeat-x top;
}

#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 span{
	display:block;
	background:url("../img/menu_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("../img/20087441.jpg") no-repeat center bottom;
}
#nav_box a{
	width:120px;
	height:45px;
	line-height: 42px;
	text-align:center;
	font-size:18px;
	display:block;
	float:left;
}
#nav_box ul.slidingList{
	white-space:nowrap;
	display:inline-block;
	margin:0 auto;
	max-width:950px;
}
#nav_box ul.slidingList{
	*display:inline;
}
#nav_box .wrap{
	position:absolute;
	top:45px;
	left:0;
	width:1200px;
	height: 40px;
	display:none;
}
#nav_box ul.slidingList li{
	display:inline;
	height:40px;
	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:40px;
	line-height:36px;
	margin:0 5px;
	padding:0 5px;
	font-size:16px;
	color:#000;
	font-weight: bold;
	display:inline-block;
	background:none;
	
}
#nav_box ul.slidingList li a:hover{
	color:#000;
	background:#e5f0fb;
	text-decoration:none;
}
