* {
  margin: 0;
  padding: 0; 
}


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

#sidebar-left ul.menu {
  margin: 0 auto;
  padding: 1.8em .25em;
  left: 0;
  text-align: center;
}


#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;
}

 
#sidebar-left .menu li.first.leaf {
  background-color: #ffffff;
  padding-bottom: 1.25em;
  /*border-bottom-right-radius: 10px;*/
  /*border-top-right-radius: 10px;*/
  border:solid #BBC866;
  border-left-color: #FFFFFF;
  border-width: 1px;


}


#sidebar-left .menu li.leaf{
  background-color: #ffffff;
  padding-bottom: .3em;
  line-height: 1em;
  margin-top: 2px;
  /*border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;*/
  border:solid #D77233;
  border-left-color: #FFFFFF;
  border-width: 1px;
  

}

#sidebar-left .menu li.last  {
  background-color: #ffffff;
  padding-bottom: 1.25em;
  border:solid #7E9545;
  border-left-color: #FFFFFF;
  border-width: 1px;
}

#sidebar-left .menu li.leaf  a{
  color: #929496;
  text-decoration: none;
}

}