#menu {
	  
}
#menu div.top {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}
#menu div.section {
	position: absolute;
	display: inline;
	z-index: -1;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #7F181F;
	border-right-color: #7F181F;
	border-bottom-color: #7F181F;
	border-left-color: #7F181F;
	
	
}
#menu div.box {
	background-color: #FFF0B1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border-color: #999999;
	border-width: 1px;
	border-style: solid solid solid solid;
	position: relative;
	visibility: hidden;
	text-align: left;
	
}
#menu a {
	font-family: Arial;
	font-size: 11px;
	color: #7F181F;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	
}
#menu a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #7F181F;
	text-decoration: underline;
	white-space: nowrap;
	font-weight: normal;
	
}