/* main navigation */
#nav ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 953px; /*For KHTML*/
  list-style: none;
  height: 27px;
  white-space:nowrap;
  text-indent:-3000px;
  clear:left;
}

#nav li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 27px;
}

#nav li#navAbout a {
	display:block;
	width: 98px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat 0px 0px;
}

#nav li#navAbout a:hover {
	display:block;
	width: 98px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat 0px -35px;
}

#nav li#navWaitlist a {
	display:block;
	width: 92px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -98px 0px;
}

#nav li#navWaitlist a:hover {
	display:block;
	width: 92px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -98px -35px;
}

#nav li#navParentlounge a {
	display:block;
	width: 143px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -190px 0px;
}

#nav li#navParentlounge a:hover {
	display:block;
	width: 143px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -190px -35px;
}

#nav li#navGCT a {
	display:block;
	width: 168px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -333px 0px;
}

#nav li#navGCT a:hover {
	display:block;
	width: 168px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -333px -35px;
}

#nav li#navLinks a {
	display:block;
	width: 111px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -501px 0px;
}

#nav li#navLinks a:hover {
	display:block;
	width: 111px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -501px -35px;
}


#nav li#navAdvice a {
	display:block;
	width: 90px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -612px 0px;
}

#nav li#navAdvice a:hover {
	display:block;
	width: 90px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -612px -35px;
}

#nav li#navFun a {
	display:block;
	width: 100px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -702px 0px;
}

#nav li#navFun a:hover {
	display:block;
	width: 100px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -702px -35px;
}

#nav li#navIntranet a {
	display:block;
	width: 128px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -802px 0px;
}

#nav li#navIntranet a:hover {
	display:block;
	width: 128px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -802px -35px;
}


/*---------------------*/
#nav li#navJoin a {
	display:block;
	width: 83px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -315px 0px;
}

#nav li#navJoin a:hover {
	display:block;
	width: 83px;
	height: 35px;
	background: url(../images/navigation.png) no-repeat -315px -35px;
}




