@charset "UTF-8";
/* CSS Document */

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 11px;
	}
	#menu ul {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu ul ul {
		display: inline;
	}
	#menu ul ul li a {
	padding-left: 40px;
	}
	#menu a {
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-weight: bold;
	margin-left: 0;
	padding: 2px 2px 2px 17px;
	line-height: 22px;
	}
	#menu a.expanded {
	background-color: #729E49;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;

	}
	#menu a.collapsed {
	background-color: #729E49;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;

	}
	#menu a:hover {
	text-decoration: none;
	background-color: #A2D771;
	}
	#menu ul a {
	color: #000;
	display: block;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	}
	#menu ul a:hover {
	background-color: #CAD894;
	text-decoration: none;
	background-image: url(../images/pagecurl.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	#menu li.active a {
		background: #fff;
	}
	#menu li.active li a {
	background-color: #729E49;
	}
	#menu .footer {
	border-top: 2px solid #fff;
	height: 9px;
	margin: 0 0 10px 0;
	width: 142px;
	}
	#menu .footer span {
		display: none;
	}
	
	
#staff {
	padding-top: 10px;
	width: 540px;
}
#staff img {
	float: left;
	padding-right: 20px;
}
#staffContent {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 330px;
}
#staffContent h1 {
	margin: 0px;
	padding: 0px;
}
#staffContent h2 {
}
#staffContent p {
	line-height: 22px;
}
#staffFrame {
	height: 100px;
	width: 540px;
	background-color: #009999;
	border: 1px solid #000000;
}

