#nav {
  list-style-type: none;
  width: 1000px;
}
#nav li {
  margin: 0 3px 0 0;
  width: 121px;
  height: 46px;
  float: left;
}
#nav li a {
  background-image: url('/images/nav_btn.jpg');
  background-repeat: no-repeat;
  background-position: 0 -46px;
  display: block;
  width: 121px;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#nav li a:hover, #nav li a.active {
  background-image: url('/images/nav_btn.jpg');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.home { border-bottom: 2px solid #93049b; }
.about { border-bottom: 2px solid #f70aa0; }
.listings { border-bottom: 2px solid #7b4bf3; }
.mixes { border-bottom: 2px solid #6ade13; }
.galleries { border-bottom: 2px solid #f9d807; }
.blog { border-bottom: 2px solid #f9670c; }
.contact { border-bottom: 2px solid #2ec8f4; }