body {
	text-align:center;
  }
#container {
	text-align:left;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	padding:10px;
	border:0px;
	width:650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-left-width: thin;
  }

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

ul li {
  position: relative;
  float: right;
  width:70px;
}

li ul {
  position: absolute;
  left: 0; /* Set 1px less than menu width */
  top: auto;
  display: none;
  }

/* Styles for Menu Items */
ul li a {
  display: block;
  text-decoration: none;
  color: #000066;
  background: #fff; /* IE6 Bug */
  padding: 5px;
  border: 0px solid #999966;
  }
/* commented backslash mac hiding hack \*/
* html ul li a {height:1%}
/* end hack */

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
	color: #003366;
	background-color: #FFFFFF;
	float: none;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #000066;
   background-color: #fff;
}
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */


/* I've added these to make it tidier */
#nav {
  height: 2em;
}


.footerbar {
	height: 2em;
	width: 600px;
	background-color: #FFCC66;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}

table
{
	/* fix for IE not inheriting font size */
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	color: #000066;
	margin: 10px;
	background-color: #FFFFCC;
}
