
#navbox {
	background-color:#FFFFFF;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding:0px;
	overflow: visible;
	width: 130px;
	background-color: #F8F2D8;
	}
	
	
#nav, #nav ul { /* all lists */
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color : #3F9C35;
	margin: 1px 0 0 0;
	padding: 0;
	display: block;
	list-style-type: none;
	float: none;
	background-color: #F8F2D8;
	}
	
	
#nav li { /* all list items */
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F9C35;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-left: 0px;
	background-color: #F8F2D8;
}


#nav li a {
	display: block;
	color : #3F9C35;
	font-weight : normal;
	text-decoration : none;
	background-color: #F8F2D8;
}
#nav li a:hover {
	color : #7AB800;
}

#nav li ul { /* second-level lists */
	border-top-width: 1px;
	border-top-style: none;
	#border-top-style: dotted;
	border-top-color: #3F9C35;
	padding: 0px;
	margin-left:-4px;
	margin-top: 2px;
	margin-right:0px;
	margin-bottom:-3px;
	background-color: #F8F2D8;
}
#nav li ul a { /* second-level lists */
	/*
	border : 1px solid #F8F2D8;
	*/
	border-bottom-style: none;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight : normal;
	font-size:9pt;
	margin:0px;
	float: none !important;
	float: left;
	background-color: #F8F2D8;
}
#nav li ul li{ /* second-level items */
	margin:0px;
	padding: 2px 0 2px 0;
	border-bottom-width: 0;
	border-bottom-style: none;
	background-color: #F8F2D8;
	border-top-width: 1px;
	border-top-style: dotted;
	#border-top-style: none;
	border-top-color: #3F9C35;
	#border-bottom-width: 1px;
	border-bottom-style: none;
	#border-bottom-style: dotted;
	#border-bottom-color: #3F9C35;
}

