
div#navTop {
	clear: both;
	margin-bottom: 0px;
	z-index: 1000;
	/*
	overflow: hidden;         
	*/
}

div#navbar {
	clear: both;
	background-image: url(../images/navbar/navbar.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 32px;
	margin-left: 36px;
	margin-right: 36px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 740px;
}

/* These are the DIV IDs for the sub-menues that appear
    when the user clicks a button in the navbar
*/

div#menus {
	clear: both;
	float: left;
	padding-top: 0.50em;
	padding-left: 36px;
	padding-right: 36px;
	margin-top: 0px;
	width: 740px;
}

div#menuFind {
	position: absolute;
	margin-left: 0px;
	overflow: visible;
	visibility: hidden;
	z-index: 7;
}

div#menuMembers {
	position: absolute;
	margin-left: 65px;
	overflow: visible;
	visibility: hidden;
	z-index: 6;
}

div#menuMeetings{
	position: absolute;
	margin-left: 170px;
	overflow: visible;
	visibility: hidden;
	z-index: 5;
}

div#menuAwards {
	position: absolute;
	margin-left: 250px;
	overflow: visible;
	visibility: hidden;
	z-index: 4;
}

div#menuFoundation {
	position: absolute;
	margin-left: 370px;
	overflow: visible;
	visibility: hidden;
	z-index: 3;
}

div#menuPar {
	position: absolute;
	margin-left: 495px;
	overflow: visible;
	visibility: hidden;
	z-index: 2;
}

div#menuAbout {
	position: absolute;
	margin-left: 588px;
	opacity: 100;
	overflow: visible;
	visibility: hidden;
	z-index: 1;
}