.Navigator_Table {
    background-color: #F0F3F6;
    font-size: 8pt;
    font-family: Verdana;
    font-style: normal;
    border: 0;
    line-height: 10pt
    }
.Navigator_Header_Cell {
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    border: 1px;
    border-style: solid;
    border-color: #c0c0c0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-top: 2px;
    padding-bottom: 2px
    }
.Navigator_Category_Cell {
    text-align: right;
    text-transform: uppercase;
    background-color: #DCDA98;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #3F494F
    }
.Navigator_Item_Cell {
    text-align: right;
    padding-right: 5px;
    font-size: 8pt
    }
A.Navigator_Item_Link:link {
    color: #000;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none
    }
A.Navigator_Item_Link:visited {
    color: #44639E;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none
    }
/* Hover has to be place after visited http://www.w3.org/TR/CSS2/selector.html look at 
"5.11.3 The dynamic pseudo-classes: :hover, :active, and :focus"  */
A.Navigator_Item_Link:hover {
    color: #C00;
    font-size: 8pt;
    font-style: normal;
    text-decoration: underline
    }