#menu {
    background-color: #FFF2D9;
}
#menu div.top {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 8px;
	width: 122px;
	background: #FFF4DD;
	border: thin outset;

}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
	background-color: #FFF2D9;
	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;
}
