@charset "gb2312";
/* CSS Document */

#side_nav {
	float:				left;
	width:				200px;
}
#side_nav ul.nav_list {
	background:			#3b5167 url(../img/about_left_bg.jpg) 0 0 no-repeat;
	margin-bottom:		10px;
}
#side_nav ul.nav_list li {
	background:			url(../img/sList_border.gif) 0 bottom no-repeat;
	text-align:			left;
	font-size:			10pt;
	color:				#fff;
	margin-bottom:		0;
	padding-bottom:			1px;

}
#side_nav ul.nav_list li em {
	font-size:			83%;
}
#side_nav ul.nav_list a {
	background:			url(../img/arrow_04.gif) no-repeat 5px 11px;
	color:				#fff;
	display:			block;
	padding:			8px 0 8px 27px;
}
#side_nav ul.nav_list a:hover,
#side_nav ul.nav_list a.current {
	background:			#203c6a url(../img/arrow_04.gif) no-repeat 5px 11px;
	color:				#fff;
}
#side_nav li {
	text-align:			center;
	margin-bottom:		10px;
}



#breadCrumb {
	background:			#e8ecf0;
	width:950px;
	margin:0px auto;
	height:28px;
}
#breadCrumb li a{
	background:url(../img/bread_back.gif) right center no-repeat;
	line-height:28px; height:28px; padding-right:16px;
	list-style:none;
}
#breadCrumb li {
	display:inline-block;
	float:left;
	list-style:none;
	padding-left:6px;
	line-height:28px; height:28px;
	*display:			inline; /* IEÓÃ¡¡*/
	*zoom:				1;¡¡/* IEÓÃ¡¡*/
	
}