#topNavigator {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    font-size: 0.9em;
    -webkit-box-shadow: 0px 0px 12px 1px #696868;
    -moz-box-shadow: 0px 0px 12px 1px #696868;
    -o-box-shadow: 0px 0px 12px 1px #696868;
    -ms-box-shadow: 0px 0px 12px 1px #696868;
    box-shadow: 0px 0px 12px 1px #696868;
}
#topNavigator ul {
    list-style: none;
    padding: 0;
}
#topNavigator li {
    display: inline-block;
    margin-left: 1em;
}
#topNavigator a {
    text-decoration: none;
    color: #000;
}