#menu {
    background-color: #FFCC66;
}
#menu div.top {
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 8px;
	width: 150px;
	border: 1px solid #000099;

}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
	background-color: #FFCC66;
	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;
}
button {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #0099FF;
	text-align: center;
	border: medium outset;
}
