ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

#nav a {
	color: #CCFF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	margin-right: 25px;
	font-size: 80%;
}

#nav li li a:hover {
	color: #CCFF99;
	text-decoration: underline;
}

 li {
	float: left;
	position: relative;
	cursor: default;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99CC66;
	padding-left: 5px;
	padding-right: 5px;
}

 li#first {
	border-left-width: 0px;
}

 li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #99CC66 url(site_graphics/background_dropdown.gif) no-repeat scroll center top;
	border: 1px solid #006600;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 10em;
}

#nav 	top: auto;
	left: auto;
}

 li li {
	float: none;
	border: 0;
	display: block;
}

 li:hover ul, li.over ul {
	display: block;
}#topnav {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #006600;
	position: relative;
	height: 15px;
	width: 750px;
	border: 1px solid #000000;
	text-align: justify;
}
.main {
	background-color: #006600;
	margin-left: 2px;
}
