div.banner {
  color: black;  
  margin: 0;
  text-align: left;
  font-size: 1em;
  position: absolute;
  top: 2em;
  left: 0em;    /*auto;*/
  width: 8.5em;
  right: 2em;
}
/* WinIE6 gets confused by 'fixed', so hide it.
   Selector trick courtesy of Johannes Koch, see
   http://pixels.pixelpark.com/~koch/hide_css_from_browsers/
*/
body>div.banner {
  position: fixed;		/* Overrides 'absolute' above */
}

div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-size: 1em;
  font-family: Arial, sans-serif;
}
#menulist { 
  list-style: none;
  margin-left: .5em;
  padding-left: 0;
}

#menulist li { 
  list-style: none;
  margin-left: .5em;
  padding-left: 0;
}

a:link, a:active { 
	font-weight: normal; 
	text-decoration:  none; 
        font-style: normal;
	}

a:hover { 
	text-decoration: underline; 
	color: #BD272C;
        font-style: normal;
	}

a img {
	border:none;
	margin-left:.5em;
	padding:0;
}

em { 
  font-weight: normal; 
  text-decoration:  none; 
  font-style: normal;
}

