.projIndx li:hover{
	color: rgb(255,121,0);
	-webkit-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	-moz-box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	box-shadow: 0px 0px 1px 1px rgb(255,121,0);
	width:100%;
	background-color:rgb(255, 255, 230);
}
.projIndx  li {
	border-bottom:1px solid rgba(0,0,0,0.2);
	
	line-height: 24px;
}

 