.navbar {
	font-weight: bold;
	text-transform: uppercase;
	width: 581px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
	border: 1px solid #000000;
	background-color: #CCCCCC;
}

.aboutcgcobutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 499px;
	border-right-style: groove;
}
.seasonbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 409px;
	border-right-style: groove;
}
.previousbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 285px;
	border-right-style: groove;
}
.joinusbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right:219px;
	border-right-style: groove;
}
.contactusbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 139px;
	border-right-style: groove;
}
.linksbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 99px;
	border-right-style: groove;
}
.membersbutton {
	height: 14px;
	width: auto;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 36px;
	border-right-style: groove;
}
.homebutton {
	height: 14px;
	width: auto;
	position: absolute;
	top: 0px;
	padding: 2px;
	right: 0px;
}
A:link{text-decoration: none; color: white;}
A:active{text-decoration: none; color: white;}
A:visited{text-decoration: none; color: white;}
A:hover{text-decoration: none; color: blue; }
