#aboutNav {
	position: absolute;
	left: 362px;
	top: 63px;
	width: 97px;
	height: 79px;
	z-index: 1;
	border: 1px solid #C89B86;
	background-color: #4A1720;
	color: #FFFFFF;
	font-weight: bold;
	visibility: hidden;
}

#membershipNav {
	position: absolute;
	left: 576px;
	top: 63px;
	width: 186px;
	height: 123px;
	z-index: 1;
	border: 1px solid #C89B86;
	background-color: #4A1720;
	color: #FFFFFF;
	font-weight: bold;
	visibility: hidden;
}
#becomeNav {
	position: absolute;
	left: 765px;
	top: 63px;
	width: 171px;
	height: 137px;
	z-index: 1;
	border: 1px solid #C89B86;
	background-color: #4A1720;
	color: #FFFFFF;
	font-weight: bold;
	visibility: hidden;
}
#upcomingevents {
	position: absolute;
	left: 674px;
	top: 486px;
	width: 299px;
	height: 278px;
	z-index: 100;
	border: 1px solid #C89B86;
	background-color: #4A1720;
	color: #FFFFFF;
	font-weight: bold;
	visibility: hidden;
}
.link {
	padding: 7px 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9986;
}
.link a {
	color: #FFFFFF;
	text-decoration: none;
}
.linkOver {
	padding: 7px 5px;
	text-align: center;
	background-color: #CC9986;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9986;
}
.linkOver a {
	color: #FFFFFF;
	text-decoration: none;
}
#IndexLink {
	position:absolute;
	left:10px;
	top:3px;
	width:222px;
	height:93px;
	z-index:2;
}