ul#navtop {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background: #dfdfdf center;
  }

ul#navtop li {
	display: block;
	border-bottom:  solid white 2px;
	margin: 0px;
	padding: 0px;
  }

ul#navtop li a {
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size: 10px;
	color: #0044a8;
	text-decoration: none;
}
ul#nav {
	list-style: none;
	margin: 0px;
	background-color: #dfdfdf;
	padding: 0px;
  }
ul#nav li {
  display: block;
  border-top:  solid white 2px;
 }
ul#nav li a {
  display: block;
  padding: 6px 6%;
  background-color: #dfdfdf;
  font-size: 13px;     /* If you get an unwanted gap after your a block (IE-Win) try increasing the line height     */
  font-weight: bold;
  color: #0044a8;
  text-decoration: none;
  width: 88%;          /*    Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix      */
  }
ul#nav li a:hover {
  background-color: #43616B;
  color: #eee;
  }
ul#navbot {
	list-style: none;
	margin: 0px;
	background-color: #dfdfdf;
	text-align: center;
	padding: 0px;
  }

ul#navbot li {
  display: block;
  border-top:  solid white 2px;
	border-bottom:  solid white 2px;
  margin: 0px;
  padding: 6px 0px;
  font-size: 10px;
  color: black;
	}
