#pagetop {
	width: 100%;
	border: 3px ridge black;
	background-color: #183E31;
	}
	
#pagetopbackground {
  display: block;
  position: relative;
  height: 200px;
}

#topmenu {
  display: block;
	position: relative;
  height: 36px;
	text-decoration: none;
	color: #4F81BD;
	text-align: center;
	font-family: Times;
	font-size: 1.1em;
	font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

#topmenu ul {
	list-style-type: none;
	}
	
#topmenu ul li {
	display: inline;
	float: left;
	}

#topmenu ul li a {
	border: 2px solid #183E31;
	text-decoration: none;
	line-height: 30px;
	background-image: url("../images/gradientgreen.png");
	height: 30px;
	color: #183E31;
	display: block;
	width: 123px;
	}

#topmenu ul li a.currentpage {
	background-image: url("../images/gradientblue.png");
	color: #183E31;
	}
	
#topmenu ul li a:hover {
	color: #4F81BD;
	}
