
.leftnav {
	height: auto;
	background: lightblue;
	/*   position: fixed;*/
	left: 1%;
	z-index: 1;/*top:40%;*/
}
.leftnav h1 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 15px 55px;
	background: #8a0792;
}
.leftnav ul {
	border: 1px solid #e7e7e7;
	background: #fff;
}
.leftnav ul li {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 22px 0 22px 0;
	border-bottom: 1px solid #e7e7e7;
}
.leftnav ul li a {
	color: #515151;
	font-size: 16px;
}
#select {
	color: #8a0792;
 *text-decoration:underline;
}
.leftnav .active {
	width: 200px;
	height: 68px;
	background: url(../images/select_iconbg.jpg);
}
.leftnav .active a {
	color: #8a0792;
}
/*.leftnav ul li a:hover{
	color:#8a0792;
}*/
