body {
	width: 800px;
	}
	
#menu {
  	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	width: 800px;
	height: 210px;
  	background: url(menu_bg.gif) no-repeat;
	position: relative;
}

#menu span {
  display: none;
  position: absolute;
}

#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
		
#menu a:hover {
  background-position: left bottom;
}
	
#menu a:hover span {
  display: block;
}

#menu .home {
  width: 77px;
  height: 31px;
  background: url(menu_home.gif) no-repeat;
  left: 300px;
  top: 95px;
}
#menu .first {
  width: 102px;
  height: 31px;
  background: url(menu_about.gif) no-repeat;
  left: 377px;
  top: 95px;
}

#menu .second {
  width: 102px;
  height: 31px;
  background: url(menu_wwb.gif) no-repeat;
  left: 479px;
  top: 95px;
}

#menu .third {
  width: 102px;
  height: 31px;
  background: url(menu_schedule.gif) no-repeat;
  left: 581px;
  top: 96px;
}

#menu .fourth {
  width: 102px;
  height: 31px;
  background: url(menu_contact.gif) no-repeat;
  left: 683px;
  top: 95px;
}

div.hrlogo hr {
  display: none;
}

div.hrlogo {
  height: 19px;
  width: 800px;
  background: #fff url(hr.gif) no-repeat scroll left;
  margin: -20px 0 0 0;
  position: absolute;
  z-index: 50;
}	
.logo {
	z-index: 100;
	border: none;
	margin-bottom: -20px;

	}


