#menu {
    background: #49512a;
}
#menu .top {
    background-color: #49512a;
    font-family: tahoma;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 13px 0px 13px;
}
#menu .top a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu .top a:hover {
    background-color: #49512a;
    color: #e0cc93;
    text-decoration: none;
    white-space: nowrap;
}
#menu .section-top {
    border-color: #8C6239;
    border-width: 0px;
    border-style: dotted dotted dotted dotted;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .section {
    border-color: #8c6239;
    border-width: 0px;
    border-style: dotted dotted dotted dotted;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}
#menu .sub {
    position: relative;
    width: 100%;
}
#menu .box {
    background-color: #5a6b1f;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 4px 8px;
}
#menu .box-hover {
    background-color: #485129;
    color: #ffe637;
    font-family: Tahoma;
    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, #menu .box, #menu .box-hover {
    position: relative;
    top: 11px;
    right: -4px;
}
#menu a {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    color: #ffe637;
    text-decoration: none;
    white-space: nowrap;
}