.leftNav-item {
	position: fixed;
	left: 2px;
	top: 165px;
	z-index: 100;
}
.leftNav-item ul{
	margin: 0;
	padding: 0;
}

.leftNav-item ul li {
	width: 80px;
	height: 30px;
	line-height:26px;
	font-size: 15px;
	/*border-radius: 5px;*/
	border:2px solid red;
	background: #fff;
	color: #ff0000;
	text-align: center;
	margin: 5px 0;
	cursor: pointer;
	position: relative;
	/*box-shadow: 0 2px 2px rgba(0,0,0,0.8);*/
}

.leftNav-item ul li a{
	color: red;
	text-decoration:none;
}