#menu {
}
#menu div.top {
    padding: 0px;
	width: 120px;
	height: 36px;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}

#menu div.box { text-align: center; position: relative; visibility: hidden; width: 108px; padding: 3px 6px 5px; border-right-style: solid; border-right-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-left-style: solid; border-left-width: 1px; }
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
	align: center;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    white-space: nowrap;
}
