/* navigation */
nav {
	width: 340px;
	padding: 0 0px;
}

nav.stick {
	position: fixed;
	top: 120px;
	z-index: 10000;
	margin-top: 12px;
}

nav li {

}

nav li a {
	color: rgb(153,153,153);
	font-weight: 400;
}
nav a:focus {
	color: #333;

}
nav a:hover {
	color: #000;
}
