/* Anything before this will target any browser that supports webkit */ ## {} /* anything after this point should only target Safari browsers */ 
.menu > li > a {
    color: black;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px !important;
    outline: 0 none;
    padding: 0 11px 0 3px !important;
    text-decoration: none;
}