#menu {
    position: absolute;
    margin: 15px 0 0 20px;
    width: 180px;
    color: white;
    padding: 0 0 0 0;
}

#menu ol {
    line-height: 26px;
    list-style-type: none;
    font-size: 9pt;
    padding: 0 0 0 0;
    margin: 0 0 0 4px;   
}

#menu input {
    border-width: 0px;
    height: 12px;
    width: 128px;
    font-size: 10px;
}

#menu input.submit:hover {
    font-weight: bold;
    cursor: pointer;    
}

#menu .submit {
    background-color: transparent;
    width: 40px;
    height: 18px;
    border: none;    
    color: white;
    font-size: 8pt;
    font-family: "Trebuchet MS", Verdana;
}

#menu .login {
    margin-top: 10px;
    font-size: 9pt;
    line-height: 5px;
}

#menu .login table {
    line-height: 8px;
    font-size: 8pt;
    margin-left: 8px;
    margin-top: 5px;
}

#menu a {
    color: white;
    text-decoration: none;    
}

#menu a:hover {
    font-weight: bold;    
}

#menu p.error {
    line-height: 9px;
    font-size: 8pt;
}

#addr {
    position: absolute;
    font-size: 9pt;
    color: white;
    padding: 0 0 0 0;
    margin: 320px 0 0 25px;
    width: 200px;
    line-height: 13px;
}

#addr a {
    color: white;
    text-decoration: none;    
}

#addr a:hover {
    text-decoration: underline;    
}

#addr p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#addr p b {
    font-size: 9pt;    
}

#addr p.smalltext {
    font-size: 8pt;    
}

#submenu {
    position: absolute;
    margin-top: 190px;
    margin-left: 385px;
    width: 360px;
    z-index: 1;
    text-align: right;
    color: white;
    font-style: italic;
    font-size: 11pt;
}

#submenu a {
    font-size: 9pt;
    color: white;
    text-decoration: none;
}

#submenu a:hover {
    font-weight: bold;    
}

#submenu .subtext {
    font-size: 9pt;
    color: white;
    text-decoration: none;
}

#submenu ul {
    list-style-type: none;
    margin: 0 0 0 0;
    text-align: right;
}
