#menu {
    background: transparent;
}
#menu .top {
    font-family: tahoma;
    font-weight: bold;
    font-size: 9px;
    padding: 0px 5px 0px 5px;
}
#menu .top a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    color: #de821d;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    position: absolute;
	top: 149px;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #666666;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
	border-bottom: 1px solid #7e7e7e;
}
#menu .box-hover {
    background-color: #de821d;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
	border-bottom: 1px solid #fbb068;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
