#menu {
    /*background-color: #003399;*/
}
#menu div.top {
    /*padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 8px;

    width: 100%;*/
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: #D6A06F;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    border-color: #FFFFFF;
    border-width: 1px;
    border-style: none none solid none;

    position: relative;
	top: 2px;
    visibility: hidden;
    width: 100%;
}
#menu div.box:hover
{
	background-color: #A85022;
}
#menu a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
	font-size: 100%;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma;
}
#menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Tahoma;
}