#bottomNav, #bottomNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 19px;
}

#bottomNav a.menu {
	display: block;
/*	width: 80px; */
	text-decoration: none;
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	color: #444444;
}

#bottomNav a.submenu {
	display: block;
/*	width: 80px; */
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
	font-weight: normal;
	color: #444444;
	text-align:left;
	text-align: left;
}

#bottomNav li { /* all list items */
	float: left;
	/*width: 100px; /* width needed or else Opera goes nuts */
	-moz-opacity: 1;
}

#bottomNav li.main {
	/*margin-left: 15px; */
}

#bottomNav li ul { /* second-level lists */
	position: absolute;
	margin-top: -35px;
	margin-left: 12px;
	background: #7ACB30;
	width: 200px;
	vertical-align: bottom;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
/*	filter: alpha(opacity=90);
	-moz-opacity: 0.90; */
	border-right: solid 1px #7Aee30;
	border-left: solid 1px #7Aee30;
	border-top: solid 1px #7Aee30;
}

#bottomNav li ul li:hover,li ul li.sfhover {
	background: #7Aff30;
}

#bottomNav li ul li {
	border-bottom: solid 1px #7Aee30;
	width: 100%;
}

#bottomNav li ul ul { /* third-and-above-level lists */
	margin: -15px 0 0 110px;

}

#bottomNav li:hover ul ul, #bottomNav li:hover ul ul ul, #bottomNav li.sfhover ul ul, #bottomNav li.sfhover ul ul ul {
	left: -999em;
}

#bottomNav li:hover ul, #bottomNav li li:hover ul, #bottomNav li li li:hover ul, #bottomNav li.sfhover ul, #bottomNav li li.sfhover ul, #bottomNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
   

