#menu {
    background: transparent;
}
#menu .top {
    font-family: verdana;
	color:212c6f;
    font-weight: bold;
    font-size: 9px;
    padding: 0px 8px 0px 8px;
}
#menu .top a {
    color: #212c6f;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #c4a64e;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    position: absolute;
	top:107px;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #212c6f;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}
#menu .box-hover {
    background-color: #c4a64e;
    color: #FFFFFF;
    font-family: verdana;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}

#menu a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #7b5c00;
    text-decoration: none;
    white-space: nowrap;
