#menu {
    background-color: #F4E7B0;
}
#menu div.top {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 8px;
	width: 100%;
	background: #F4E7B0;
	border-top: thin none #FF9933;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin none #CCCCCC;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
	background-color: #FFF3C4;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	visibility: hidden;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000099;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #000099;
}
#menu a {
    font-family: verdana;
    font-size: 11px;
    color: #330099;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #3300FF;
    text-decoration: none;
    white-space: nowrap;
}