* {
	margin: 0;
	padding: 0;
}

#menu {
	position: relative;
	width: 940px;
	font: normal normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	height: 26px;
	margin: 0;
	padding: 0;
	z-index: 99;
}

#menu span {
	visibility: hidden;
	padding: 0;
	margin: 0;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

#menu a:hover {
	color: #58bd3e;
	text-decoration: none;
	border-bottom: 1px solid #58bd3e;
	background-color: #fff;
}

#menu a:active {
	color: #b22900;
	text-decoration: none;
	border: 0;
	background-color: #fff;
}

#connect {
	position: relative;
	width: 105px;
	height: 26px;
	background: url("/images/menu/connect.gif") no-repeat;
}

#connect:hover {
	background-position: 0px -26px;
}

#about {
	position: relative;
	width: 70px;
	height: 26px;
	background: url("/images/menu/about.gif") no-repeat;
}

#about:hover {
	background-position: 0px -26px;
}

#member {
	position: relative;
	width: 148px;
	height: 26px;
	background: url("/images/menu/become-a-member.gif") no-repeat;
}

#member:hover {
	background-position: 0px -26px;
}

#registration {
	position: relative;
	width: 179px;
	height: 26px;
	background: url("/images/menu/meeting-registration.gif") no-repeat;
}

#registration:hover {
	background-position: 0px -26px;
}

#information {
	position: relative;
	width: 174px;
	height: 26px;
	background: url("/images/menu/meeting-information.gif") no-repeat;
}

#information:hover {
	background-position: 0px -26px;
}

#whatsnew {
	position: relative;
	width: 107px;
	height: 26px;
	background: url("/images/menu/whats-new.gif") no-repeat;
}

#whatsnew:hover {
	background-position: 0px -26px;
}

#policy {
	position: relative;
	width: 72px;
	height: 26px;
	background: url("/images/menu/policy.gif") no-repeat;
}

#policy:hover {
	background-position: 0px -26px;
}

#contact {
	position: relative;
	width: 85px;
	height: 26px;
	background: url("/images/menu/contact.gif") no-repeat;
}

#contact:hover {
	background-position: 0px -26px;
}