 
.main_nav{ background-color:#3a3d46; color:#fff; }
.nav-wrap {
  margin: 0px;
  padding:0px;
   width: 100%; 
}

/* Clearfix */
*:first-child + html .group {
  zoom: 1;
}

/* IE7 */
/* Example One */
#example-one {
  margin: 0 auto;
  list-style: none;
  position: relative;
  width: auto;
}

#example-one li {
  display: inline-block;
  margin-right: 50px;
}

#example-one a {
  color: #fff;
  font-size: 14px;
  float: left;
  padding: 6px 0px 4px 0px;
  text-decoration: none;
  text-transform: uppercase;
}

#example-one a:hover {
  color: #fff;
}

#magic-line {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #fff;
} 
.current_page_item a {
  color: #fff !important;
}

.ie6 #example-one li, .ie7 #example-one li {
  display: inline;
}

.ie6 #magic-line {
  bottom: -3px;
}

 