header a {
    color: #ffffff;
}

header {
    background-image: none;
}

nav li {
    font-size: 18px;
    text-transform: capitalize;
    margin-left: 28px;
    padding-right: 28px;
}

nav {
    height: 30px;
}

nav ul ul {
    top: 22px;
}

.quickLinks {display:none;}