/* lhm = "Little Horizontal Menu" */  


table.lhm a:visited {
        color: #888888;
}
table.lhm a:active {
        color: #888888;
}

table.lhm a:hover {
        color: #ffffff;
        background: #aaaaaa;  
}

  
table.lhm .caps {
        font-size: 7pt;
}

table.lhm {
        border-collapse: collapse;
        font-family: Georgia, 'Trebuchet MS', Verdana;
        font-size: 8pt;
        color: #444444;
        }

table.lhm tr  {
                border-bottom: 1px solid #999999;
}
table.lhm td{
                border-bottom: 1px solid #999999;
}

table.lhm a {
        text-decoration: none;
        color: #888888;
}