ul.menu {
    overflow: hidden;
    margin: 0;
    padding-top: .6em;
    padding-bottom: .6em;
    border: 1px solid #ffffff;
    border-right-style: none;
    border-left-style: none;
    background-image: linear-gradient(top,#333,#222);
    background-image: -moz-linear-gradient(top,#333,#222);
    background-image: -ms-linear-gradient(top,#333,#222);
    background-image: -o-linear-gradient(top,#333,#222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-repeat: repeat-x;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#222222",GradientType=0);
    moz-box-shadow: 0 1px 3px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.1);
    webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.1);
    border-bottom-style: none;
}

.menu li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    text-align: center;
    text-transform: uppercase;
    font-family: pn-sb;
    width: 31.914893614%;
    padding-bottom: 0;
}

.menu li:before {
    margin-right: 60px;
    content: "/ ";
    font-size: 14px;
    color: white;
}

.menu li:after {
    margin-left: 60px;
    content: " /";
    font-size: 14px;
    color: white;
}