table#HomeMenu {
    margin-right: 0px;
    background-color: #1e6c40;
    background-image: url('img/index_logo_bottom.gif');
    background-repeat: no-repeat;
    background-position: top left;
    height: 25px;
    padding-top: 24px;
}
table.Menu td {
    background-color: black;
    padding: 3px;
    padding-top: 5px;
}
table.Menu a {
    color: white;
    text-decoration: none;
    font-family: times;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
table.Menu a:hover {
    color: #2C9E5C;
}

h1 {
    color: #1e6c40;
    text-align: right;
    font-size: 22px;
    font-family: times;
    line-height: 22px;
    font-weight: normal;
    padding: 0px;
    width: 50%;
    margin: 0 20px 0 0;
}
h1.top {
    margin-top: 12px;
    border-bottom: 1px solid black;
}
h1.bottom {
    margin-top 10px;
}

li {
    margin-top: 5px;
}