/* nav.css © Factor of 4, 2009*/
/* pperr.org website*/
@charset "UTF-8";
#menu { 
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	width: 994px;
	height: 32px;
	top: 228px; 
	margin: 0;
	left: 0;
	z-index: 50;
	overflow: visible;
	padding: 0;
/*	border-color: #ff0000; */
/*	border-style: solid; */
/*	border-width: 1px; */
}
#menu a, #menu li {
	width: 140px;
	text-align: center;
}
#menu a:link, #menu a:visited { 
	font-size: 14px;
	color: white;
	line-height: 1.3em;
	text-decoration: none; 
	padding-bottom: 8px;
	margin-top: -2px;
	display: block;
/*	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px; */
}
#menu a:hover, #menu a:active {
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: none;
	color: yellow;
	padding-bottom: 8px;
	margin-top: -2px;
	display: block;
/*	border-color: #ff0000; */
/*	border-style: solid; */
/*	border-width: 0; */
}
#menu li {
	position: relative;  
	float: left;
	height: 23px; 
	background-color: #336633; border-style: solid; border-width: 1pt; border-color: #ff3 #000 #000 #ff3;
	margin: 0; 
	list-style-type: none; 
	padding-top: 7px;
/*	border-color: #0033ff; */
/*	border-style: solid; */
/*	border-width: 0px; */
}
#menu li:hover { 
	background-color: #00BB00;
;
} /* IE fails, jquery doesn't help... */

#menu li li:hover { 
	background-color: #00BB00;
} /* IE fails, jquery doesn't help... */

#menu li li {
	height: 24px;
	width: 200px;
	float: none;
	margin-left: -30px;
	list-style-type: none;
	padding-top: 9px;
}

#menu-1 ul li {
	margin-left: 0px;
}

#menu-7 ul li {
	margin-left: -60px;
}

#menu li li a {
	width: 200px;
	float: none;
	font-size: 12px;
	line-height: 1em;
	margin: 0px;
	list-style-type: none;
	padding: 0;
}

#menu ul { 
	margin: 0; 
	padding: 0; 
/*	background-color: ;   this sets the menu bg */
/*	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px; */
}
#menu ul.menu-outer { 
	width: 994px;
	padding-top: 0px;
/*	border-color: #ff0000; */
/*	border-style: solid; */
/*	border-width: 0px; */
}
#menu ul.menu-inner { 
	position: absolute;  
	left: 0; 
	top: 30px;
	display: none; /* reveal dynamically */
	margin-top: 0px; /* this keeps the dropdown menus from disappearing on IE */
/*	border-color: #0033ff; 
	border-style: solid; 
	border-width: 1px; */
}

#toolbar ul {
	padding: 4px 0 6px 5px;
	margin: 0;
	list-style: none;
}

#toolbar ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#toolbar ul li a {
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	text-decoration: none;
	color: #006600;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 0 18px;
	margin: 0;
}

#toolbar ul li a:hover {
	text-decoration: none;
	color: #00BB00;
}

#footer a {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}
	
#footer a:hover {
	text-decoration: none;
	color: #00BB00;
}
	