.SideNav
{
	top: 76px;
	position: fixed;
	width: 75px;
	height: 100%;
	background: #787878;
	text-align: left;
}

.SideNavIcons
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 50px;
	background: #787878;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 25px;
	line-height: 10px;
	color: #fff;
	text-align: left;
}

.SideNavBottom {
	position:fixed;
	bottom:40px;
	left:10px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	color:#696969;
	line-height:6px;
}