#navigatorTitleDiv
{
    padding: 3px;
    position: fixed;
    top:54px; 
    right:8px;
    font-weight:bold;
    cursor:pointer;
    background-color: antiquewhite;
}

#navigatorDiv 
{
    border-style:double;
    padding: 10px;
    padding-top:30px;
    position: fixed;
    top:50px; 
    right:5px;
    background-color: antiquewhite;
}