#menu {
    background: #135A6E;
}
#menu .top {
    background-color: #135A6E;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}
#menu .top a {
    color: #8C6239;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    background-color: #FFFFFF;
    color: #8C6239;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #135A6E;
    border-width: 1px;
    border-style: solid solid solid solid;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #135A6E;
    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: #135A6E;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}
#menu .box-hover {
    background-color: #11718C;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}
#menu .box-right {
    background-color: #FFFFFF;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
}
#menu .box-right-hover {
    background-color: #e6e6e6;
	color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 16px 4px 8px;
}
#menu .box-right img, #menu .box-right-hover img {
    position: relative;
    top: 4px;
    right: 1px;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #AECAE2;
    text-decoration: none;
    white-space: nowrap;
}