/*
Credits:
Code snippet by @maridlcrmn (Follow me on Twitter)
Images by Nike.com (http://www.nike.com/us/en_us/)
Logo by Sneaker-mission.com (http://www.sneaker-mission.com/)
*/

.nav-list { border-bottom: 5px solid #eee; }
.nav-list > li { 
  text-align: center;
  padding: 20px 15px 15px;
  margin: 0 auto;
  border-left: 2px solid #eee;
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
}
