#menu {
    background-color: #ffffff;
    
}
#menu div.top
{
	border-right: white thin solid;
	padding-right: 8px;
	border-top: #ffffff 1px solid;
	margin-top: 0px;
	padding-left: 5px;
	font-weight: bold;
	border-left-width: 1px;
	font-size: 14px;
	border-left-color: white;
	margin-bottom: 3px;
	padding-bottom: 6px;
	width: 100%;
	padding-top: 5px;
	background-color: #009999;
	text-align: left;
}
#menu div.section
{
	display: inline;
	z-index: -1;
	position: absolute;
}
#menu div.box
{
	border-right: white 1px;
	padding-right: 6px;
	padding-left: 6px;
	visibility: hidden;
	padding-bottom: 5px;
	width: 100%;
	padding-top: 4px;
	border-bottom: white 1px solid;
	position: relative;
	background-color: #009999;
}
#menu a {
    font-family: verdana;
    font-size: 11px;
    color: white;
    text-decoration: none;
    white-space: nowrap;
}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}