.spacer ul {
	list-style: none;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	font-family: verdana;
}
.spacer .mainmenu {
	margin-top: 5px;
}
.spacer .mainmenu a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.spacer .mainmenu a:hover {
	color: orange;
	text-decoration: none;
}
.spacer .mainmenu .submenu {
	font-size: 12px;
	font-weight: normal;
	color: green;
	text-decoration: none;
}
.spacer .mainmenu .submenu:hover {
	color: #535353;
	text-decoration: none;
}
.spacer ul ul li {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #6eaa37;
	z-index: 1;
}
.spacer ul ul {
	position: absolute;
//	top: 0;
//	left: 100%;
//	width: 100%;
	background-color: #dbdbdb;
}
.spacer ul ul, .spacer ul li:hover ul {
	display: none;
}
.spacer ul li:hover ul, div.spacer ul ul li:hover ul {
	display: block;
}
.spacer td {
	padding-left: 10px; padding-right: 10px; border-bottom: 1px solid #6eaa37;
}