nav a
{
    margin-right: 2.5em;
    margin-bottom: 0px;
    color: #fff;
}

.current {
    color:gray;
}


#nav_wrap { background: #212121; background: -moz-linear-gradient(top, #373737, #212121); background: -webkit-linear-gradient(top, #373737, #212121); background: -ms-linear-gradient(top, #373737, #212121); background: -o-linear-gradient(top, #373737, #212121); background: linear-gradient(to top, #373737, #212121); }
#nav_wrap .inner { padding: 20px 10px 20px 10px; }
