#menu {
    text-align: left;
    padding: 0px 0px 0px 10px;
}
#menu .top {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
    padding: 2px 22px 2px 12px;
}
#menu .top a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #666666;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #666666;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #505050;
    color: #dddddd;
    border-color: #666666;
    border-width: 1px;
    border-style: none none solid none;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px 8px 4px 8px;
}
#menu .box-hover {
    background-color: #888888;
    border-color: #666666;
    border-width: 1px;
    border-style: none none solid none;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px 8px 4px 8px;
}
#menu .box-right {
    background-color: #505050;
    border-color: #666666;
    border-width: 1px;
    border-style: none none solid none;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px 16px 4px 8px;
}
#menu .box-right-hover {
    background-color: #888888;
    color: #000000;
    border-color: #666666;
    border-width: 1px;
    border-style: none none solid none;
    font-family: Tahoma;
    font-size: 8pt;
    padding: 3px 16px 4px 8px;
}
#menu .box-right img, #menu .box-right-hover img {
    position: absolute;
    top: 4px;
    right: 1px;
}
#menu a {
    color: #dddddd;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #dddddd;
    text-decoration: none;
    white-space: nowrap;
}

#menu .top-focus {
    background-color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
    padding: 2px 22px 2px 12px;
}
#menu .top-focus a {
    color: #ff0000;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top-focus a:hover {
    color: #ff0000;
    text-decoration: none;
    white-space: nowrap;
}