@charset "utf-8";

#sidemenu {
	float: left;
	width: 186px;
	min-height: 500px;
	overflow: hidden;
	margin-top: 3px;
	/*	
	height:500px;
	background-color:#eef0ee;
	*/
}

#nav_top {
	width: 185px;
	height: 27px;
	background: url(QQimages/nav_top.gif) top left no-repeat;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
}

#nav_center {
	margin: 0;
	width: 185px;
	height: auto;
	padding-left: 15px;
	background: url(QQimages/nav_center.gif) top left repeat-y;
}

#nav_bottom {
	width: 185px;
	height: 21px;
	background: url(QQimages/nav_bottom.gif) top left no-repeat;
}

.leftNav ul li {
	list-style: none;
}

.leftNav li[class="level_1"]{
	width: 160px;
	position: relative;
	line-height: 24px;
	font-family: "宋体";
	font-size: 12px;
	font-weight:bold;
	_margin-bottom: -2px; *
	margin-bottom: -2px;
	border-bottom: 1px solid #ebebeb;
}

.leftNav li[class="level_2"]{
	width: 160px;
	position: relative;
	padding-left:10px;
	line-height: 24px;
	font-weight: normal;
	font-family: "宋体";
	font-size: 12px;
	_margin-bottom: -2px; *
	margin-bottom: -2px;
	border-bottom: 1px dashed #ebebeb;
}
