nav{
	width: 112px;
	margin: 35px 40px 0 40px;
	font-size: 18px;
	float: left;
}

nav ul li {
	line-height: 23px;
	padding: 10px 0;
	border-bottom: 1px solid #172983;
}

nav a {
	text-decoration: none;
	color: #172983;
}

nav a:hover{ color: #616161; }

.active{
	font-weight: bold;
	 color: #616161;
}
