#navigator {
    background-color: #242424;
    height: 60px;
    clear: both;
    position: relative;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
#navList a {
    padding: 0 20px;
    font-size: 16px;
    display: block;
    color: #dedede;
}