#menu {
    background: #E1943A;
}
#menu .top {
    background-color: #3891E3;
    font-family: arial;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}
#menu .top a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    background-color: #3891E3;
    color: #A91026;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #77B0DC;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #77B0DC;
    border-width: 0px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #00539B;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    position: relative;
    top: 2px;
    right: -201px
}
#menu .box-hover {
    background-color: #E1943A;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    position: relative;
    top: 2px;
    right: -201px
}
#menu .box-right {
    background-color: #00539B;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}
#menu .box-right-hover {
    background-color: #073A66;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
}
#menu .box-right img, #menu .box-right-hover img {
    position: relative;
    top: 0px;
    right: 0px;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;