@charset "utf-8";
/* CSS Document */

#menu {
	list-style: none;
	position: relative;
	width: 1120px;
	height:255px;
	left: 5px;
	top: 30px;
	}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	height: 76px;
	background-image: url(images/forum.png);
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 89px;
	height: 75px;
	background: url(images/home.png) no-repeat;
	left: 38px;
	top: 158px;
}
#menu .home span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}
#menu .joinus {
	width: 126px;
	height: 54.px;
	background: url(images/joinus.png) no-repeat;
	left: 161px;
	top: 158px;
}
#menu .joinus span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}

#menu .faqs {
	width: 121px;
	height: 78px;
	background: url(images/faqs.png) no-repeat;
	left: 301px;
	top: 158px;
}
#menu .faqs span {
  width: 92px;
  height: 20px;
  left: 26px;
  top: -20px;
}

#menu .rollerdolls {
	width: 181px;
	height: 80px;
	background: url(images/rollerdolls.png) no-repeat;
	left: 454px;
	top: 158px;
}
#menu .rollerdolls span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}

#menu .forum {
	width: 107px;
	height: 77px;
	background: url(images/forum.png) no-repeat;
	left: 654px;
	top: 158px;
}
#menu .forum span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}

#menu .contact {
	width: 176px;
	height: 80px;
	background: url(images/contact.png) no-repeat;
	left: 777px;
	top: 158px;
}
#menu .contact span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}

#menu .sponsors {
	width: 128px;
	height: 86px;
	background: url(images/sponsors.png) no-repeat;
	left: 964px;
	top: 158px;
}
#menu .sponsors span {
  width: 86px;
  height: 14px;
  left: 28px;
  top: -20px;
}
