<!--

.navmenu {
  display: block;
  width: 760px;
  height: 20px;
  background-image: url(../images/nav-bg-tile.jpg);
}
.navmenu ul {
  margin: 0;
  padding: 0;
  float: right;
}
.navmenu ul li {
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
}
.navmenu ul li#nav_home {
  background: url('../images/nav-home.jpg') no-repeat;
}
.navmenu ul li#nav_home_selected {
  background: url('../images/nav-home-on.jpg') no-repeat;
}
.navmenu ul li#nav_about {
  background: url('../images/nav-about.jpg') no-repeat;
}
.navmenu ul li#nav_about_selected {
  background: url('../images/nav-about-on.jpg') no-repeat;
}
.navmenu ul li#nav_calendar {
  background: url('../images/nav-calendar.jpg') no-repeat;
}
.navmenu ul li#nav_calendar_selected {
  background: url('../images/nav-calendar-on.jpg') no-repeat;
}
.navmenu ul li#nav_sponsor {
  background: url('../images/nav-sponsors.jpg') no-repeat;
}
.navmenu ul li#nav_sponsor_selected {
  background: url('../images/nav-sponsors-on.jpg') no-repeat;
}
.navmenu ul li#nav_contact {
  background: url('../images/nav-contact.jpg') no-repeat;
}
.navmenu ul li#nav_contact_selected {
  background: url('../images/nav-contact-on.jpg') no-repeat;
}
.navmenu ul li a {
  display: block;
  text-decoration: none;
  height: 20px;
}
.navmenu ul li#nav_home a, .navmenu ul li#nav_home_selected a {
  width: 57px;
}
.navmenu ul li#nav_about a, .navmenu ul li#nav_about_selected a {
  width: 86px;
}
.navmenu ul li#nav_calendar a, .navmenu ul li#nav_calendar_selected a {
  width: 165px;
}
.navmenu ul li#nav_sponsor a, .navmenu ul li#nav_sponsor_selected a {
  width: 87px;
}
.navmenu ul li#nav_contact a, .navmenu ul li#nav_contact_selected a {
  width: 82px;
}
.navmenu ul li#nav_home a:hover, .navmenu ul li#nav_home_selected a:hover {
  background: url('../images/nav-home-on.jpg') no-repeat;
}
.navmenu ul li#nav_about a:hover, .navmenu ul li#nav_about_selected a:hover {
  background: url('../images/nav-about-on.jpg') no-repeat;
}
.navmenu ul li#nav_calendar a:hover, .navmenu ul li#nav_calendar_selected a:hover {
  background: url('../images/nav-calendar-on.jpg') no-repeat;
}
.navmenu ul li#nav_sponsor a:hover, .navmenu ul li#nav_sponsor_selected a:hover {
  background: url('../images/nav-sponsors-on.jpg') no-repeat;
}
.navmenu ul li#nav_contact a:hover, .navmenu ul li#nav_contact_selected a:hover {
  background: url('../images/nav-contact-on.jpg') no-repeat;
}
.navmenu ul li a span {
}

-->
