/* Fixed banner for RRDtool page */

ul.banner
{
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;  /* fallback if 'fixed' is not supported */
  position: fixed;
  top: 2ex;
  left: auto;
  width: auto;
  right: 1em;
}

ul.banner li
{
  display: block;
  margin: 0;
  padding: 0;
  background: gray;
  margin-bottom: 1ex;
  padding: 0.5ex 0.5ex;
}

ul.banner a { display: block }
ul.banner a:link { text-decoration: none; color: purple }
ul.banner a:visited { text-decoration: none; color: purple }
ul.banner a:hover { background: black; color: yellow }
ul.banner .deco { display: none }

/* $Id: common.css 2351 2004-01-21 17:42:39Z lefevre $ */
