#menu {  }
#menu div.top { text-align: center; vertical-align: middle; width: 100px; height: 40px; }
#menu div.section { position: absolute; display: inline; z-index: 1; list-style-type: disc; cursor: auto; }

#menu div.box { text-align: center; vertical-align: middle; position: relative; visibility: hidden; width: 100%; z-index: -1; margin: 0; padding: 0; border-width: 0; }
#menu a { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: red; font-weight: bold; text-decoration: none; padding: 0; white-space: nowrap; align: center; }
#menu a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: maroon; font-weight: bold; text-decoration: underline; white-space: nowrap; }
