/* CSS Document */
body {
    font-family: Helvetica, sans-serif;
    font-size: 9px;
    color: #5a66b0;
    /*background-color: #282248;*/
    background-color: #000;
     }
body a {
   color: #00ffff;
   
}     
div#navigator {
    height: 25px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: gray;
}
div#navigator ul {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    line-height: 25px;
    white-space: nowrap;
}
div#navigator li {
    list-style-type: none;
    display: inline;
}
div#navigator li.this a{
    font-weight: bold;
    color: black;
    border: 1px inset silver;
    }   
    
div#navigator li a {
    text-decoration: none;
    padding: 1px 50px 1px 50px;
    color: #b1f5e8;
    border: 1px solid gray;
    
}


div#navigator li a:hover {
    text-decoration: underline;
    /*font-weight: bold;
    font-size: 20px;*/
    color: #fff;
    border: 1px ridge #339fff;
    }
    
  

