
LAST UPDATED: 11/09/13 1:41PM 


/* 
===========================================================
Left Navigation
===========================================================
*/

/*body.front #sidebar-left .menu li.leaf  {
	width: 160px;
	height: 154px;
	margin: 0 0 20px 0;	
}
*/
#sidebar-left ul.menu {
	width: 86px;
	padding: 0;
}
body.not-front #sidebar-left ul.menu {
	top: 200px;
	position: fixed;
	z-index:10000;
	}
	
#sidebar-left .menu li.leaf  {
	color: #ffffff;
	text-align: center;
	font-family: ProximaNova-Regular, arial, sans-serif;
	font-size: 1.071em;
	list-style-image: none;
	list-style-type: none;
	width: 86px;
	height: 83px;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform:uppercase;
	overflow: hidden;
	float: none;
	display: block;
	-webkit-transition: width 500ms ease;
    -moz-transition: width 500ms ease;
    -o-transition: width 500ms ease;
    transition: width 500ms ease;
	}
	
/*body.not-front #sidebar-left .menu li.leaf img {
	margin: 0 auto;
	clear: both;
	height: 55px;
	width: auto;
	float: right;
	position: relative;
	top: -30px;
}*/

/*body.not-front #sidebar-left .menu li.first img, body.not-front #sidebar-left .menu li.last img  {
	top: -40px;
}*/

body.not-front #sidebar-left .menu li.leaf:hover, body.not-front #sidebar-left .menu li.leaf a:focus,  body.not-front #sidebar-left .menu li.leaf a:hover{
	width: 200px;
}

/*body.not-front #sidebar-left .menu li.leaf .leaf-expanded{
	width: 200px;
}*/

body.not-front #sidebar-left .menu li.leaf a{
	height: 83px;
	width: 86px;
	position: relative;
	top: 25px;
}


/*body.not-front #sidebar-left .menu li.first a, body.not-front #sidebar-left .menu li.last a,  body.not-front #sidebar-left .menu li.first a:focus, body.not-front #sidebar-left .menu li.last a:focus {
	top: 35px;
}
*/
#sidebar-left .menu li.first.leaf {
	padding: 0;

}
#sidebar-left .menu li.leaf img {
	margin: 0 auto;
	clear: both;
	padding: 20px 10px 5px 10px;
}
#sidebar-left .menu li.first.leaf span {
display: block;
margin-top: 5px;
 color: #929496;
	}
#sidebar-left .menu li.leaf span {
	display: inline-block;
	margin-top: 10px;
	 color: #929496;
}
#sidebar-left .menu li.last span {
	display: block;
	margin-top: 5px;
	 color: #929496;
	
}

}

