div.tour {
  border: 1px solid white;
}
div.tour {
  background-image: url(../images/subnav_on.jpg);
}
div.tourbutton {
  background-image: url(../images/subnav_off.jpg);
}
div.tourbutton {
  width: 112px;
  border: 1px solid black;
}
div.tour a {
  display: block;
  padding: 7px;
  color: black;
  text-decoration: none;
}
div.tourbutton a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 2px 5px;
}
div.tour a:hover, div.tourbutton a:hover {
  color: white;
}

#fixed {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 800px; top: 20px;
}
body > div#fixed {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
