@charset "utf-8";
/* CSS Document */

.topItems {
	width: 586px;
	height: 58px;
	float: right;
}

.topItemsNew {
	width: 664px;
	height: 58px;
	float: right;
}

.contactBox {
	width: 354px;
	height: 58px;
	float: left;
}

.womoBox {
	width: 137px;
	height: 39px;
	float: left;
}

.facebookBox {
	width: 173px;
	height: 58px;
	float: left;
}
	

.menuItems {
	width: 667px;
	height: 117px;
	float: right;
}


.homeButton {
	width: 105px;
  height: 117px;
  float: left;
}
	

#home {
  display: block;
  width: 105px;
  height: 117px;
  background: url("../_images/home_button.jpg") no-repeat 0 0;
}

#home:hover { 
  background-position: 0 -117px;
}

#home span {
  display: none;
}


.hostButton {
	width: 96px;
  height: 117px;
  float: left;
}
	

#host {
  display: block;
  width: 96px;
  height: 117px;
  background: url("../_images/hosts_button.jpg") no-repeat 0 0;
}

#host:hover { 
  background-position: 0 -117px;
}

#host span {
  display: none;
}

.priceButton {
	width: 85px;
  height: 117px;
  float: left;
}
	

#price {
  display: block;
  width: 85px;
  height: 117px;
  background: url("../_images/prices_button.jpg") no-repeat 0 0;
}

#price:hover { 
  background-position: 0 -117px;
}

#price span {
  display: none;
}

.songButton {
	width: 128px;
  height: 117px;
  float: left;
}
	

#song {
  display: block;
  width: 128px;
  height: 117px;
  background: url("../_images/songs_button.jpg") no-repeat 0 0;
}

#song:hover { 
  background-position: 0 -117px;
}

#song span {
  display: none;
}

.partyButton {
	width: 104px;
  height: 117px;
  float: left;
}
	

#party {
  display: block;
  width: 104px;
  height: 117px;
  background: url("../_images/party_button.jpg") no-repeat 0 0;
}

#party:hover { 
  background-position: 0 -117px;
}

#party span {
  display: none;
}

.contactButton {
	width: 149px;
  height: 117px;
  float: left;
}
	

#contact {
  display: block;
  width: 149px;
  height: 117px;
  background: url("../_images/contact_button.jpg") no-repeat 0 0;
}

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

#contact span {
  display: none;
}