#footer-menu {
	list-style-type: none;
	display: inline;
	height: 33px;
	width: 972px;
	position: relative;
}

#footer-menu li {
	float: left;
	display: block;
	margin-top: 2px;
}

#footer-menu a {
	display: block;
  /* text-indent: -100000%; */
  outline: none;
  margin-right: 3px;
  margin-left: 3px;
  /* overflow: hidden; */
  font-size: 5pt;
  color: #606060;
}

ul#social {
	position:relative;
	float:left;
	list-style-type:none;
	display:inline;
	padding-top:11px;
}

ul#social li {
	display:inline;
	padding-left:2px;
}

ul#social li.last {
	display:inline;
	padding-left:10px;
}

ul#social li img {
	border:none;
}

ul#social li a {
	text-decoration:none;
}

#footer-menu .home {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/home.jpg') no-repeat;
}

#footer-menu .news {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/news.jpg') no-repeat;
}

#footer-menu .gallery {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/gallery.jpg') no-repeat;
}

#footer-menu .aboutus {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/aboutus.jpg') no-repeat;
}

#footer-menu .team {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/team.jpg') no-repeat;
}

#footer-menu .contact {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/contact.jpg') no-repeat;
}

#footer-menu .disclaimer {
	width: 121px;
  height: 33px;
  background: url('/images/html/footer/disclaimer.jpg') no-repeat;
}

#footer-menu span {
	display: none;
}

