#navigation {
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ffa907;
  border-top: 1px solid #fff;
}

* html #navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;/*IE5.5*/
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#navmenu {
  position: relative;
  min-height: 1.5em;
  margin: 0 auto;
  padding-top: .2em;
  z-index: 10;
  text-align: center;
}
* html #navmenu {height: 1.5em;}

	#navmenu li {
	  display: inline;
	  padding-top: 0 2px;
	  background-color: #ffa907;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  text-align: center;
	}
	 #navmenu a, #navmenu a:visited {
	  color: #fff;
	  font: bold .9em/1.1em baskerville;
	  text-decoration: underline;
  	  text-align: center;
	  white-space: nowrap;
	}
	#navmenu a:focus, #navmenu a:hover, #navmenu a:active {
  	  color: #a9076a;
	}