a img {
    border: none;
}


div.cat-sub {
   border-bottom: 3px solid #fafafa;
   REM-border-left: none;
   REM-border-right:  none;
}

div.cat-sub h1 {
   color: #996633;
   font-size: 12pt;
   margin-top: 20px;
}

div.cat-sub-item {
   margin-left: .25in;
}

table.menu {
    border: 2px solid #f0f0f0;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    width: 100%;
}
table.menu a {
    display: block;
    text-decoration: none;
    padding: 3px;
    width: 95%;
}
table.menu a:hover {
    text-decoration: underline;
}
table.menu p {
    font-size: 8pt;
    margin: 0;
    REM-margin-top: 6px;
    REM-padding: 0;
}
table.menu td, table.menu th {
    border: 2px solid #f0f0f0;
    border-bottom: none;
    border-top: none;
    padding: 0;
    width: 25%;
}
table.menu th {
   background-color: #fafafa;
   color: black;
   font-weight: normal;
   padding: 5px;
   text-align: left;
   vertical-align: middle;
}


