/*vertical navigation*/
	
.v-nav {
	float: left;
	width: 150px;
	clear: both;
	}
.v-nav ul {
	list-style-type: none;
	width: 150px;
	clear: both;
	border-top: 1px solid #fff;
	}
.v-nav ul li a {
	width: 130px;
	display: block!important;
	text-decoration: none!important;
	padding: 8px 10px 8px 10px;
	line-height: 18px;
	font-size: 18px;
	font-weight: 400;
	color: #fff!important;
	border-bottom: 1px solid #fff;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 1px;
	}
.v-nav ul li a:hover {
	width: 130px;
	display: block!important;
	background-color: #737373;
	}
	
/* body on states main level on states */	
body.home div.v-nav li.home a,
body.about div.v-nav li.about a,
body.chapter-titles div.v-nav li.chapter-titles a,
body.info-request div.v-nav li.info-request a
	{
	color: #333!important;
	background-color: #fff;
	cursor: text;
	}		


	
	
	
	
	
	
	
	
 