div#menu {
    width: 145px;
    margin-top: 73px;
    margin-left: -760px;
    border: solid #d8161f;
    border-width: 2px 0px 0px 0px;
    float: left;
}

div#uppermenu {
    width: 143px;
    border: solid #d8161f;
    border-width: 0px 0px 2px 2px;
}

div#undermenu {
    width: 145px;
}

div.menpad {
    width: 143px;
    height: 14px;
    background-color: #999;
}

div.menitem {
    width: 143px;
    line-height: 20px;
    height: 20px;
    font-size: 8pt;
    font-weight: bold;
    background-color: #ccc;
    border: solid #999;
    border-width: 2px 0px 0px 0px;
}

div.menitem a {
    width: 141px;
    line-height: 20px;
    height: 20px;
    background-color: #ccc;
    padding-left: 2px;
}

div.menitem a:hover {
    width: 135px;
    line-height: 20px;
    height: 20px;
    padding-left: 6px;
    color: #d8161f;
    text-decoration: none;
    background: url("../graphics/adot.gif") no-repeat;
    padding-left: 8px;
    display: block;
}

div#dyktext {
    background-color: #ccc;
    width: 135px;
    padding: 0px 5px 0px 5px;
    font-size: 8pt;
    text-align: left;
}

div.clockwrap {
    width: 145px;
    background-color: #ccc;
    text-align: center;
    float: left;
}

div.clock {
    height: 90px;
    width: 71px;
    text-align: center;
    font-weight: bold;
    float: left;
}

