#left ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
	z-index: 1;
}

#left ul.nav li {
	margin: 0;
	padding: 0;	
	width: 150px;
	font-size: 0.9em;
	font-weight: bold;
	z-index: 1;
	height: 65px;
	color: white;
	text-align: center;
}

#left ul.nav li a {
	color: white;
	text-decoration: none;
	z-index: 1;
}

#left ul.nav li a:hover {
	text-decoration: underline;
}

#left ul.nav, #left ul.nav li {
	position: relative;
	list-style: none;
	z-index: 1;
}

#left ul.nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #006633;
	color: white;
	border: 2px solid white;
	z-index: 10;
}

#left ul.nav li ul li, #left ul.nav li ul li a {
	z-index: 10;
	background-color: #006633;
}
#left ul.nav li.hover ul {
	top: 0px;
	left: 13em;
	_left: 12em;
	background-color: #006633;
}

#left ul.nav li { z-index: 1; } #left ul.nav li.hover { z-index: 10; }

#left ul.nav li ul {
	width: 15em;
	background-color: #006633;
}

#left ul.nav li ul li {
	width: 15em;
	background-color: #006633;
}

#left ul.nav li ul li a {
	color: white;
}

#top_links {
	clear: both;
	padding-top: 1px;
	*margin-top: 1px;
	margin-left: 1em;
	width: 770px;
}

#top_links tr td {
	width: 154px;
}

#top_links tr td a {
	color: #02632E;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.80em;
}