@charset "utf-8";
/* 列表左侧 begin*/

/*列表左侧菜单 begin*/
.leftMenuLi{
	width:212px;
	overflow:hidden;
}
.leftMenuLi ul{
	margin:12px auto;
	width:196px;
}
.leftMenuLi li{
	margin:5px 0 0 0;
	height:26px;
	line-height:26px;
	text-align:center;
	background:url(../img/leftMenuBg.png) top left repeat-x;
	border:1px solid #cdcdcd;
}
.leftMenuLi li a{
	display:block;
	width:100%;
	height:100%;
}
.leftMenuLi .curMenu{
	background:url(../img/leftMenuBgCur.png) top left repeat-x;
}
/*列表左侧菜单 end*/

/* 列表左侧 end*/