#menu
{
  left: 0px;
  right: 0px;
  /* width: 896px; */
  background-color: #4B6F93;
  margin: 0px;
  padding: 0px;
  /* position: absolute; */
  /* top: expression(body.scrollTop); */
  /* position: fixed; */
}
  
#toplinks
{
  padding: 10px;
  float: left;
  /* width: 200px; */
  /* background-color: yellow; */
}

#toplinks a
{
    font-weight: bold;
	font-family: trebuchet, tahoma, verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}

#toplinks a:hover
{
	color: #FF0000;
}

#dropdownmenu
{
  padding: 10px;
  /* background-color: red; */
  float: right;
  text-align: right;
  width: 300px;
  margin: 0;
}

#dropdownmenu select
{
  font-weight: bold;
	font-family: trebuchet, tahoma, verdana, sans-serif;
	color: #FFFFFF;
  background-color: #4B6F93;
	width: 210px;
	/* border: 0; */
	margin: 0;
	padding: 0;
}

#dropdownmenu option
{
  font-size: 1.0em;
  font-weight: bold;
	font-family: trebuchet, tahoma, verdana, sans-serif;
	color: #FFFFFF;
	background-color: #4B6F93;
	text-decoration: none;
	border: 0;
}

#clearer
{
  background-color: purple;
  height: 0px;
  max-height: 0px;
  line-height: 0px;
  clear: both;
}

#lastupdated
{
	text-align: right;
	font-size: 65%;
}

#footer {
    text-align: center;
    font-size:  0.6em;
    color:      #606060;
}

