#menu_bar {
	height:35px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url('img/drop_shadow.gif');
	background-repeat: repeat-x;
	background-position: right top;
	text-align: center;
}

#menu_bar ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 0px;
  background: #FF6600;
  color: White;
  float: left;
  width: 778;
  font-family: verdana, arial, sans-serif;
  font-size:14px;
}

#menu_bar ul li { display: inline; }

#menu_bar ul li a
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	color: #EFEFEF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background-color: #FF6600;
	background-image: url(img/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#menu_bar ul li a:hover
{
	color:#FFFF00;
	background-color: #FF6600;
	background-repeat: repeat-x;
	background-position: left top;
}
/*---首页栏目版块导航样式二---*/
#page {
	height: 32px;
	width: 778px;
	clear: both;
	font-size: 14px;
	background-color: #009933;
	margin-left: 0px;
	padding-left: 0px;
}
#nav { 
line-height: 32px; list-style-type: none; 
} 
#nav a { 
display: block; width: 90px; text-align:center; 
} 
#nav a:link { 
color:#fff; text-decoration:none; 
} 
#nav a:visited { 
color:#fff;text-decoration:none; 
} 
#nav a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	ont-size: 14px;
	font-size: 14px;
	background-color: #FF6600;
} 
.tdb #page #nav atop1 {
	width: 100px;
}
.tdb #page #nav .tdb1 {
	width: 110px;
}
.tdb #page #nav litab2 {
	width: 85px;
}
.tdb #page #nav .tdb2 {
	width: 85px;
}


#nav li { 
float: left; width: 90px; 
} 
#nav li a:hover{
background-image: url(img/menu_bg.gif);
} 
#nav li ul { 
line-height: 32px; list-style-type: none;text-align:center; 
left: -700em; width: 100%; position: absolute; 
} 
#nav li ul li{/*---导航样式二下拉菜单背景样式---*/
	float: left;
	width: 100%;
	background-color: #DEFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	clear: left;
} 
#nav li ul a{
	width: 100%;
	text-align:center;
	clear: both;
	float: left;
} 
#nav li ul a:link { 
color:#666; text-decoration:none; 
} 
#nav li ul a:visited { 
color:#666;text-decoration:none; 
} 
#nav li ul a:hover { /*---导航样式二下拉菜单样式---*/
	color:#F3F3F3;
	text-decoration:none;
	font-weight:normal;
	background:#FF6600;
	clear: left;
	width: 100%;
} 
#nav li.sfhover ul { 
left: auto; 
} 
#content { 
clear: left; 
}
