.spBg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-y;
}
#leftPanel {
	float:left;
	display:inline; /*消除IE解释错误*/
	width: 220px;
	top: 110px;
	left:0;
	background-image: url(../images/nav_bg.gif);
}
#main {
	float:right;
	display:inline; /*消除IE解释错误*/
	top: 110px;
	width:779px;
	right:0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e9f3;
}
#leftPanel #classList {
	text-align:center;
	padding-bottom:10px;
}
#leftPanel #classList #title {
	padding-left: 22px;
	background-color:#FFFFFF;
	color: #000000;
	text-align:left;
	line-height: 210%;
	padding-left: 10px;
	height: 23px;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e9f3;
}
#leftPanel #classList .list {
	width: 150px;
	line-height: 180%;
	display: block;
	text-align: left;
	padding-left: 10px;
	margin:auto;
}
#leftPanel #classList .list_over {
	width: 150px;
	line-height: 180%;
	display: block;
	background-color: #eceff2;
	border: 1px solid #8ebbe0;
	text-align: left;
	padding-left: 10px;
	margin:auto;
}
#leftPanel #classList a{
	text-decoration: none;
	color: #006699;
}

/*其他*/
#columnList {
	text-align: left;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#columnList .title{
	background-image: url(../images/majorTitle_bg_O.gif);
	background-repeat:no-repeat;
	height: 30px;
	line-height: 220%;
	padding-left: 35px;
	font-weight: bold;
}
#columnList dl {
	line-height:180%;
	margin-left:20px;
	zoom:1; /*触发IE的layout私有属性,使高度自动适应*/
	overflow: hidden; /*包含float，使高度能自动适应*/
}
#columnList dt {
	background-image: url(../Images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float:left;
	display:inline; /*消除IE解释错误*/
	width:550px;
	padding-left: 10px;
	margin-left: 2px;
}
#columnList dd {
	float:left;
	display:inline; /*消除IE解释错误*/
	width:65px;
}
